org.littleshoot.commom.xmpp
Interface XmppCredentials

All Known Implementing Classes:
GoogleOAuth2Credentials, PasswordCredentials

public interface XmppCredentials


Method Summary
 org.jivesoftware.smack.XMPPConnection createConnection(org.jivesoftware.smack.ConnectionConfiguration config)
           
 String getKey()
           
 String getUsername()
           
 void login(org.jivesoftware.smack.XMPPConnection conn)
           
 

Method Detail

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.