Subject: MucManager initial occupant list
After I get the initial list of occupants in the chat room I need to display in the history window a message that the occupant entered or left the room.
To get the occupant list inside a chat room I use xmppClient.PresenceFilter. The OnPresence callback gives me when an occupant enters or leaves the room. The problem is there is no way to know when the initial list is finished.
Are there events OnOccupantListStart and OnOccupantListEnd similar to OnRosterStart and OnRosterEnd?
To get the occupant list inside a chat room I use xmppClient.PresenceFilter. The OnPresence callback gives me when an occupant enters or leaves the room. The problem is there is no way to know when the initial list is finished.
Are there events OnOccupantListStart and OnOccupantListEnd similar to OnRosterStart and OnRosterEnd?