Uses of Class
org.xmpp.packet.JID
-
Packages that use JID Package Description org.xmpp.component org.xmpp.muc org.xmpp.packet -
-
Uses of JID in org.xmpp.component
Fields in org.xmpp.component declared as JID Modifier and Type Field Description protected JIDAbstractComponent. jidThe JID of the component, set after registration with a Component manager.Methods in org.xmpp.component that return JID Modifier and Type Method Description JIDAbstractComponent. getJID()Returns the XMPP address / Jabber ID (JID) of this component.Methods in org.xmpp.component with parameters of type JID Modifier and Type Method Description voidAbstractComponent. initialize(JID jid, ComponentManager componentManager)Initialize the abstract component.voidComponent. initialize(JID jid, ComponentManager componentManager)Initializes this component with a ComponentManager and the JID that this component is available at (e.g. -
Uses of JID in org.xmpp.muc
Constructors in org.xmpp.muc with parameters of type JID Constructor Description DestroyRoom(JID alternateJID, String reason)Creates a new DestroyRoom with the reason for the destruction and an alternate room JID. -
Uses of JID in org.xmpp.packet
Fields in org.xmpp.packet declared as JID Modifier and Type Field Description protected JIDPacket. fromJIDprotected JIDPacket. toJIDMethods in org.xmpp.packet that return JID Modifier and Type Method Description JIDJID. asBareJID()Returns the bare JID representation of this JID, which is the JID with resource information removed.JIDPacket. getFrom()Returns the XMPP address (JID) that the packet is from, ornullif the "from" attribute is not set.JIDRoster.Item. getJID()Returns the JID associated with this item.JIDPacket. getTo()Returns the XMPP address (JID) that the packet is addressed to, ornullif the "to" attribute is not set.Methods in org.xmpp.packet with parameters of type JID Modifier and Type Method Description Roster.ItemRoster. addItem(JID jid, String name, Roster.Ask ask, Roster.Subscription subscription, Collection<String> groups)Adds a new item to the roster.Roster.ItemRoster. addItem(JID jid, Roster.Subscription subscription)Adds a new item to the roster.intJID. compareTo(JID jid)voidRoster. removeItem(JID jid)Removes an item from this roster.voidPacket. setFrom(JID from)Sets the XMPP address (JID) that the packet comes from.voidPacket. setTo(JID to)Sets the XMPP address (JID) that the packet is address to.
-