The Jid type exposes the following members.

Properties

  NameDescription
Public propertyDomain
The domain identifier of the JID.
Public propertyIsBareJid
Determines whether the JID is a 'bare JID', i.e. a JID without resource identifier.
Public propertyIsFullJid
Determines whether the JID is a 'full JID', i.e. a JID with both a node and a resource identifier.
Public propertyNode
The node identifier of the JID. This may be null or empty.
Public propertyResource
The resource identifier of the JID. This may be null or empty.

See Also