Description
-
Returns server 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 wodXMPP. |
Remarks
-
This property will provide you with a reference to
XMPPFeatures Collection. Here you can find list of
features supported by the server, which can be used
further. Typically, you can find here feature that tells
you you can discover provided services, etc..
|