Back to product page

Features property


Returns server features list

Type

XMPPFeatures object.

Syntax

  • Basic
object.Features [= value]
The Features(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
valueA value.

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..

Platforms

Windows