Package org.jivesoftware.smackx.admin
Class ServiceAdministrationManager
java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.admin.ServiceAdministrationManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddUser()
void
addUser
(EntityBareJid userJid, String password) void
deleteUser
(Set<EntityBareJid> jidsToDelete) void
deleteUser
(EntityBareJid userJidToDelete) deleteUser
(Jid service) static ServiceAdministrationManager
getInstanceFor
(XMPPConnection connection) Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
Field Details
-
COMMAND_NODE
- See Also:
-
-
Constructor Details
-
ServiceAdministrationManager
-
-
Method Details
-
getInstanceFor
-
addUser
-
addUser
-
addUser
public void addUser(EntityBareJid userJid, String password) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException -
deleteUser
-
deleteUser
-
deleteUser
public void deleteUser(EntityBareJid userJidToDelete) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException -
deleteUser
public void deleteUser(Set<EntityBareJid> jidsToDelete) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException
-