Back to product page

Group property


Holds name of the group for the contact.

Type

String

Syntax

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

Remarks

Group property can be used to assign each Contact to a specific group. This way you can combine similiar contacts to be into the same group of users. For example you can assign your co-workers or collegues to "Work" group. Or you can assign your personal contacts (like family or friends) into a "Personal" group etc.

In GUI version wodXMPP will actually group your contacts based on value of this property.

Platforms

Windows