Description
-
Determines if multiple resources are combined into one contact.
Property type
-
A Boolean value.
Syntax
-
object.CombineResources [=
value]
The CombineResources Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
| value |
A Boolean value. |
Remarks
-
If set to True, all your contacts with same JID will be
shown as one user. If they are logged in more than once, their
resources are held in
Resource property, one per line. When set to False, same
JID is shown as different contact, containing only one text entry in
the Resource property.
-
-
Default value is True.
|