disjoint_groups


Description:

[ Version ( since = "0.15.5" ) ]
public bool disjoint_groups { get; }

True if each contact can be in at most one group; false if each contact can be in many groups.

This property cannot change after the connection has moved to the CONNECTED state. Until then, its value is undefined, and it may change at any time, without notification.

For this property to be valid, you must first call prepare_async with the feature TP_CONNECTION_FEATURE_CONTACT_GROUPS.