Description
-
Returns server identity.
Property type
-
A XMPPIdentities
object.
Syntax
-
object.Identity
The Identity Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
Remarks
-
Provides you with reference to XMPPIdentities collection
which holds list of all identities supported by the server,
allowing you to iterate thru the whole collection, or
access any particuliar Item by specifying index parameter.
Typically, most servers return only one identity called IM
- instant messaging identity.
|