Description
-
Returns service 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 XMPPService. |
Remarks
-
Provides you with features that are supported for the
specific service. This property provides you with reference
to collection of XMPPFeature objects, each of them
describing certain feature service supports. One service
can support several features. For example, MSN gateway
service supports regular Chat, but also GroupChat, provides
VCard details about each user etc..
|