Uses of Class
rocks.xmpp.extensions.amp.model.AdvancedMessageProcessingError
-
Packages that use AdvancedMessageProcessingError Package Description rocks.xmpp.extensions.amp.model Provides XML schema implementations of XEP-0079: Advanced Message Processing.rocks.xmpp.extensions.amp.model.errors Provides XML schema implementations of XEP-0079: Advanced Message Processing (errors). -
-
Uses of AdvancedMessageProcessingError in rocks.xmpp.extensions.amp.model
Subclasses of AdvancedMessageProcessingError in rocks.xmpp.extensions.amp.model Modifier and Type Class Description class
InvalidRules
The implementation of the<invalid-rules/>
element in thehttp://jabber.org/protocol/amp
namespace.class
UnsupportedActions
The implementation of the<unsupported-actions/>
element in thehttp://jabber.org/protocol/amp
namespace.class
UnsupportedConditions
The implementation of the<unsupported-conditions/>
element in thehttp://jabber.org/protocol/amp
namespace. -
Uses of AdvancedMessageProcessingError in rocks.xmpp.extensions.amp.model.errors
Subclasses of AdvancedMessageProcessingError in rocks.xmpp.extensions.amp.model.errors Modifier and Type Class Description class
FailedRules
The implementation of the<failed-rules/>
element in thehttp://jabber.org/protocol/amp#errors
namespace.
-