Uses of Class
org.xmpp.packet.JID
Packages that use JID
-
Uses of JID in org.xmpp.component
Fields in org.xmpp.component declared as JIDModifier and TypeFieldDescriptionprotected JIDAbstractComponent.jidThe JID of the component, set after registration with a Component manager.Methods in org.xmpp.component that return JIDModifier and TypeMethodDescriptionAbstractComponent.getJID()Returns the XMPP address / Jabber ID (JID) of this component.Methods in org.xmpp.component with parameters of type JIDModifier and TypeMethodDescriptionfinal 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 JIDModifierConstructorDescriptionDestroyRoom(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 JIDMethods in org.xmpp.packet that return JIDModifier and TypeMethodDescriptionJID.asBareJID()Returns the bare JID representation of this JID, which is the JID with resource information removed.Packet.getFrom()Returns the XMPP address (JID) that the packet is from, ornullif the "from" attribute is not set.Roster.Item.getJID()Returns the JID associated with this item.Packet.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 JIDModifier and TypeMethodDescriptionRoster.addItem(JID jid, String name, Roster.Ask ask, Roster.Subscription subscription, Collection<String> groups) Adds a new item to the roster.Roster.addItem(JID jid, Roster.Subscription subscription) Adds a new item to the roster.intvoidRoster.removeItem(JID jid) Removes an item from this roster.voidSets the XMPP address (JID) that the packet comes from.voidSets the XMPP address (JID) that the packet is address to.