Uses of Class
org.jivesoftware.smack.packet.Bind
-
Packages that use Bind Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.provider Provides pluggable parsing of incoming IQ's and extensions elements. -
-
Uses of Bind in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return Bind Modifier and Type Method Description static Bind
Bind. newResult(EntityFullJid jid)
static Bind
Bind. newSet(Resourcepart resource)
-
Uses of Bind in org.jivesoftware.smack.provider
Methods in org.jivesoftware.smack.provider that return Bind Modifier and Type Method Description Bind
BindIQProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-