reda-alaoui opened a new pull request #10: Add an event bus URL: https://github.com/apache/mina-vysper/pull/10 Some XMPP extensions require to react to event instead of handling stanza. The event bus is firstly created to address XEP-0313 Message Archive Management implementation. XEP-0313 requires to persist all one-to-one, PubSub and MUC messages. Those Stanzas have already their StanzaHandler. What we want is making those StanzaHandler able to emit some event at some point of their normal workflow. Those events would be listened by XEP-0313 listeners that will persist the required Stanzas.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
