Description
-
Returns contact features list.
Property type
-
A XMPPFeatures
object.
Syntax
-
object.Features
The Features Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
Remarks
-
Provides you with features that are supported for the
contact. wodXMPP will not request list of features from the contact
unless it internally needs it - such as when
SendFile method was
called. So, if this property returns empty collection it is probably
because there was no such need (yet). You can, however, request to
obtain list of features manually and wodXMPP will parse response
here.
|