Description
-
Holds list of capabilities supported by the contact.
Property type
-
A String value.
Syntax
-
object.Capabilities [= value]
The Capabilities Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
| value |
A String value. |
Remarks
-
Capabilities property returns list of capabilities support by
remote contact, if provided by the server. It is possible (and
common, unfortunately) that this property remains empty since
servers don't provide us with this information. However, when
joining some chat room, you receive this information about other
users in the same chat room.
|