Back to product page

CombineResources property


Determines if multiple resources are combined into one contact.

Type

Boolean

Syntax

  • Basic
object.CombineResources [= value]
The CombineResources(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
valueA 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.

Platforms

Windows