Uses of Interface
org.littleshoot.commom.xmpp.XmppCredentials

Uses of XmppCredentials in org.littleshoot.commom.xmpp
 

Classes in org.littleshoot.commom.xmpp that implement XmppCredentials
 class GoogleOAuth2Credentials
           
 class PasswordCredentials
           
 

Methods in org.littleshoot.commom.xmpp with parameters of type XmppCredentials
 String XmppP2PClient.login(XmppCredentials credentials)
           
 String ControlXmppP2PClient.login(XmppCredentials creds)
           
 String ControlEndpointXmppP2PClient.login(XmppCredentials creds)
           
 String XmppP2PClient.login(XmppCredentials credentials, String serverHost, int serverPort, String serviceName)
           
 String ControlXmppP2PClient.login(XmppCredentials creds, String serverHost, int serverPort, String serviceName)
           
 String ControlEndpointXmppP2PClient.login(XmppCredentials creds, String serverHost, int serverPort, String serviceName)
           
static org.jivesoftware.smack.XMPPConnection XmppUtils.persistentXmppConnection(XmppCredentials credentials, int attempts, String host, int port, String serviceName, XmppP2PClient clientListener)
           
static org.jivesoftware.smack.XMPPConnection XmppUtils.simpleGoogleTalkConnection(XmppCredentials credentials)
           
 



Copyright © 2014 LittleShoot. All Rights Reserved.