Back to product page

Identity property


Returns server identity.

Type

XMPPIdentities object.

Syntax

  • Basic
object.Identity [= value]
The Identity(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
valueA value.

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.

Platforms

Windows