Package rocks.xmpp.extensions.sm.model
Provides XML schema implementations of XEP-0198: Stream
Management.
It defines an XMPP protocol extension for active management of an XML stream between two XMPP entities, including features for stanza acknowledgements and stream resumption.
-
Class Summary Class Description StreamManagement The implementation of the<sm/>
element in theurn:xmpp:sm:3
namespace.StreamManagement.Answer The implementation of the<a/>
element in theurn:xmpp:sm:3
namespace.StreamManagement.Enable The implementation of the<enable/>
element in theurn:xmpp:sm:3
namespace.StreamManagement.Enabled The implementation of the<enabled/>
element in theurn:xmpp:sm:3
namespace.StreamManagement.Failed The implementation of the<failed/>
element in theurn:xmpp:sm:3
namespace.StreamManagement.HandledCountTooHigh Indicates that an entity has acknowledged more stanzas than it was sent.StreamManagement.Request The implementation of the<r/>
element in theurn:xmpp:sm:3
namespace.StreamManagement.Resume The implementation of the<resume/>
element in theurn:xmpp:sm:3
namespace.StreamManagement.Resumed The implementation of the<resumed/>
element in theurn:xmpp:sm:3
namespace.