Searched refs:jids (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java1149 * @param jids the bare XMPP user IDs of the users to ban.
1154 public void banUsers(Collection<String> jids) throws XMPPException { argument
1155 changeAffiliationByAdmin(jids, "outcast");
1180 * @param jids the XMPP user IDs of the users to grant membership.
1183 public void grantMembership(Collection<String> jids) throws XMPPException { argument
1184 changeAffiliationByAdmin(jids, "member");
1205 * @param jids the bare XMPP user IDs of the users to revoke membership.
1208 public void revokeMembership(Collection<String> jids) throws XMPPException { argument
1209 changeAffiliationByAdmin(jids, "none");
1281 * @param jids th
1284 grantOwnership(Collection<String> jids) argument
1309 revokeOwnership(Collection<String> jids) argument
1333 grantAdmin(Collection<String> jids) argument
1358 revokeAdmin(Collection<String> jids) argument
1402 changeAffiliationByOwner(Collection<String> jids, String affiliation) argument
1470 changeAffiliationByAdmin(Collection<String> jids, String affiliation) argument
[all...]

Completed in 83 milliseconds