Uses of Class
rocks.xmpp.core.stanza.model.errors.Gone
-
Packages that use Gone Package Description rocks.xmpp.core.stanza.model.errors Provides XML schema implementations of the Stanza Error Namespace. -
-
Uses of Gone in rocks.xmpp.core.stanza.model.errors
Methods in rocks.xmpp.core.stanza.model.errors that return Gone Modifier and Type Method Description static Gone
Condition. gone()
Creates a<gone/>
stanza error.static Gone
Condition. gone(String newAddress)
Creates a<gone/>
stanza error with a new address.
-