Class: Roster

Wildix.Roster()

new Roster()

A plugin that provides Roster functionality. Instance will be created each time when new Wildix.IntegrationService instance is created.
Plugin could be accessible thought IntegrationService with Roster property.
Example
WIService.Roster.subscribe();

Extends

Methods

isSubscribed() → {boolean}

Returns true if subscribed to a roster event.
Returns:
Type
boolean

subscribe() → {void}

Initializes a subscription to roster events
Returns:
Type
void