Back to product page

JID property


Holds full ID of the contact.

Type

String

Syntax

  • Basic
object.JID [= value]
The JID(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPContact
valueA 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.

Platforms

Windows