Description
-
Holds full Jabber ID of the contact.
Property type
-
A String value.
Syntax
-
object.JID [= value]
The JID Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
| value |
A String value. |
Remarks
-
This property returns a string value representing
user account. JID is similiar to an e-mail address. A
typical JID looks like this: user@wippien.com.
You can access first part of the JID through the
Name property, and
second part through the
ServerName
property, since JID property is just a combination of these two.
|