public class XEP0077 extends AbstractPlugin
| Constructor and Description |
|---|
XEP0077() |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String newPassword) |
void |
createAccount(String bareJid,
String password) |
void |
createAccount(String bareJid,
String password,
Map<String,String> attributes) |
void |
deleteAccount() |
String |
getAccountAttribute(String name) |
Collection<String> |
getAccountAttributes() |
org.xmpp.packet.Packet |
parse(org.dom4j.Element el) |
boolean |
supports(org.dom4j.Element featuresEl) |
checkSupport, create, getXMPPClient, isSupported, setSupported, shutdownpublic Collection<String> getAccountAttributes()
public void createAccount(String bareJid, String password) throws XMPPException
XMPPExceptionpublic void createAccount(String bareJid, String password, Map<String,String> attributes) throws XMPPException
XMPPExceptionpublic void changePassword(String newPassword) throws XMPPException
XMPPExceptionpublic void deleteAccount()
throws XMPPException
XMPPExceptionpublic org.xmpp.packet.Packet parse(org.dom4j.Element el)
public boolean supports(org.dom4j.Element featuresEl)
supports in class AbstractPluginCopyright © 2014. All Rights Reserved.