Méthode | Description | |
---|---|---|
GetEnumerator ( ) : IEnumerator |
Enumerate over all of the participants
|
|
GetParticipantsByAffiliation ( RoomAffiliation affiliation ) : jabber.connection.RoomParticipant[] |
Get all of the participants that are in a given room affiliation.
|
|
GetParticipantsByRole ( RoomRole role ) : jabber.connection.RoomParticipant[] |
Get all of the participants that are in a given room role.
|
|
this ( JID nickJid ) : |
Get a participant by their room@service/nick JID.
|
Méthode | Description | |
---|---|---|
Modify ( Presence pres, Modification &mod ) : |
Add a participant to the list, indexed by full nick JID.
|
public GetParticipantsByAffiliation ( RoomAffiliation affiliation ) : jabber.connection.RoomParticipant[] | ||
affiliation | RoomAffiliation | The role to search for |
Résultat | jabber.connection.RoomParticipant[] |
public GetParticipantsByRole ( RoomRole role ) : jabber.connection.RoomParticipant[] | ||
role | RoomRole | The role to search for |
Résultat | jabber.connection.RoomParticipant[] |
public this ( JID nickJid ) : |
||
nickJid | JID | room@service/nick |
Résultat |