| Modifier and Type | Class and Description |
|---|---|
class |
ControlEndpointXmppP2PClient
Default implementation of an XMPP P2P client connection.
|
class |
ControlXmppP2PClient
Default implementation of an XMPP P2P client connection.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jivesoftware.smack.XMPPConnection |
XmppUtils.persistentXmppConnection(String username,
String password,
String id,
int attempts,
String host,
int port,
String serviceName,
XmppP2PClient clientListener) |
static org.jivesoftware.smack.XMPPConnection |
XmppUtils.persistentXmppConnection(XmppCredentials credentials,
int attempts,
String host,
int port,
String serviceName,
XmppP2PClient clientListener) |
Copyright © 2013 LittleShoot. All Rights Reserved.