org.littleshoot.commom.xmpp
Interface XmppCredentials
- All Known Implementing Classes:
- GoogleOAuth2Credentials, PasswordCredentials
public interface XmppCredentials
getUsername
String getUsername()
getKey
String getKey()
createConnection
org.jivesoftware.smack.XMPPConnection createConnection(org.jivesoftware.smack.ConnectionConfiguration config)
login
void login(org.jivesoftware.smack.XMPPConnection conn)
throws org.jivesoftware.smack.XMPPException
- Throws:
org.jivesoftware.smack.XMPPException
Copyright © 2014 LittleShoot. All Rights Reserved.