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 GoneCondition. gone()Creates a<gone/>stanza error.static GoneCondition. gone(String newAddress)Creates a<gone/>stanza error with a new address. 
 -