A C D E F G H I J L M N O P Q R S T U V W X

J

JID - Class in org.xmpp.packet
An XMPP address (JID).
JID() - Constructor for class org.xmpp.packet.JID
Constructor added for Externalizable.
JID(String) - Constructor for class org.xmpp.packet.JID
Constructs a JID from it's String representation.
JID(String, String, String) - Constructor for class org.xmpp.packet.JID
Constructs a JID given a node, domain, and resource.
JID(String, String, String, boolean) - Constructor for class org.xmpp.packet.JID
Constructs a JID given a node, domain, and resource being able to specify if stringprep should be applied or not.
JIDCreationDomainTest - Class in org.xmpp.packet
Tests compliance of JID with the restrictions defined in RFC-3920 for the domain identifier.
JIDCreationDomainTest() - Constructor for class org.xmpp.packet.JIDCreationDomainTest
 
JIDCreationNodeTest - Class in org.xmpp.packet
Tests compliance of JID with the restrictions defined in RFC-3920 for the node identifier.
JIDCreationNodeTest() - Constructor for class org.xmpp.packet.JIDCreationNodeTest
 
JIDCreationResourceTest - Class in org.xmpp.packet
Tests compliance of JID with the restrictions defined in RFC-3920 for the resource identifier.
JIDCreationResourceTest() - Constructor for class org.xmpp.packet.JIDCreationResourceTest
 
JIDEqualsHashCodeTest - Class in org.xmpp.packet
Tests functional compliance of JID with the equals and hashCode contract.
JIDEqualsHashCodeTest(String) - Constructor for class org.xmpp.packet.JIDEqualsHashCodeTest
 
JoinRoom - Class in org.xmpp.muc
Initial presence sent when joining an existing room or creating a new room.
JoinRoom(String, String) - Constructor for class org.xmpp.muc.JoinRoom
Creates a new Presence packet that could be sent to a MUC service in order to join an existing MUC room or create a new one.

A C D E F G H I J L M N O P Q R S T U V W X