Uses of Class
rocks.xmpp.core.stream.model.errors.SeeOtherHost
-
Packages that use SeeOtherHost Package Description rocks.xmpp.core.stream.model.errors Provides XML schema implementations of the Stream Error Namespace. -
-
Uses of SeeOtherHost in rocks.xmpp.core.stream.model.errors
Methods in rocks.xmpp.core.stream.model.errors that return SeeOtherHost Modifier and Type Method Description static SeeOtherHost
Condition. seeOtherHost(String otherHost)
Creates the<see-other-host/>
stream error.
-