The Jid type exposes the following members.
Properties
Name | Description | |
---|---|---|
Domain |
The domain identifier of the JID.
| |
IsBareJid |
Determines whether the JID is a 'bare JID', i.e. a JID without resource
identifier.
| |
IsFullJid |
Determines whether the JID is a 'full JID', i.e. a JID with both a node
and a resource identifier.
| |
Node |
The node identifier of the JID. This may be null or empty.
| |
Resource |
The resource identifier of the JID. This may be null or empty.
|