public class XMPPClientConnectionFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
XMPPClientConnectionFactory.XMPPConnectionDetails |
| Constructor and Description |
|---|
XMPPClientConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.jivesoftware.smack.XMPPConnection |
connect(XMPPServerCredentials serverCredentials)
Connects to a XMPP server based on the details available in serverCredentials object
|
org.jivesoftware.smack.XMPPConnection |
getXmppConnection() |
void |
stop() |
public org.jivesoftware.smack.XMPPConnection connect(XMPPServerCredentials serverCredentials) throws AxisFault
serverCredentials - org.jivesoftware.smack.XMPPExceptionAxisFaultpublic org.jivesoftware.smack.XMPPConnection getXmppConnection()
public void stop()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.