HomeSort by relevance Sort by last modified time
    Searched refs:BOSHConnection (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smack/
BOSHPacketReader.java 46 private BOSHConnection connection;
49 * Create a packet reader which listen on a BOSHConnection for received
54 public BOSHPacketReader(BOSHConnection connection) {
68 connection.sessionID = body.getAttribute(BodyQName.create(BOSHConnection.BOSH_URI, "sid"));
71 connection.authID = body.getAttribute(BodyQName.create(BOSHConnection.BOSH_URI, "authid"));
99 .setNamespaceDefinition("xmpp", BOSHConnection.XMPP_BOSH_NS)
101 BodyQName.createWithPrefix(BOSHConnection.XMPP_BOSH_NS, "restart", "xmpp"),
104 BodyQName.create(BOSHConnection.BOSH_URI, "to"),
BOSHConnection.java 60 public class BOSHConnection extends Connection {
134 public BOSHConnection(boolean https, String host, int port, String filePath, String xmppDomain) {
144 public BOSHConnection(BOSHConfiguration config) {
687 * and connection errors and notifies the BOSHConnection.
693 private final BOSHConnection connection;
695 public BOSHConnectionListener(BOSHConnection connection) {
700 * Notify the BOSHConnection about connection state changes.

Completed in 49 milliseconds