public final class MessageCarbonsManager extends ExtensionManager
If successfully enabled, you should have the following behavior:
Received extension.Sent extension.features, xmppSession| Modifier and Type | Method and Description |
|---|---|
void |
disableCarbons()
Enables message carbons on the server for this session.
|
void |
enableCarbons()
Enables message carbons on the server for this session.
|
setEnabledpublic void enableCarbons()
throws rocks.xmpp.core.XmppException
rocks.xmpp.core.stanza.model.StanzaException - If the entity returned a stanza error.NoResponseException - If the entity did not respond.rocks.xmpp.core.XmppExceptionpublic void disableCarbons()
throws rocks.xmpp.core.XmppException
rocks.xmpp.core.stanza.model.StanzaException - If the entity returned a stanza error.NoResponseException - If the entity did not respond.rocks.xmpp.core.XmppExceptionCopyright © 2014 XMPP.rocks. All rights reserved.