Searched defs:nicknames (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java1087 * @param nicknames the nicknames of the visitors to grant voice in the room (e.g. "john").
1093 public void grantVoice(Collection<String> nicknames) throws XMPPException { argument
1094 changeRole(nicknames, "participant");
1117 * @param nicknames the nicknames of the participants to revoke voice (e.g. "john").
1123 public void revokeVoice(Collection<String> nicknames) throws XMPPException { argument
1124 changeRole(nicknames, "visitor");
1230 * @param nicknames the nicknames o
1233 grantModerator(Collection<String> nicknames) argument
1258 revokeModerator(Collection<String> nicknames) argument
1528 changeRole(Collection<String> nicknames, String role) argument
[all...]

Completed in 711 milliseconds