Description
-
Returns collection of all services supported by the
server.
Property type
-
A XMPPServices
object.
Syntax
-
object.Services
The Services Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
Remarks
-
This property will allow you direct access to all
services supported by the server, as XMPPServices
collection. It will return any specific Item in collection
by specifying it's index, and enable you to iterate
thru the whole collection.
|