Back to product page

Identity Property


Returns service 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 XMPPService
valueXMPPIdentities object.

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 particular Item by specifying index parameter. Typically, most servers return only one identity called IM - instant messaging identity.

Platforms

Windows