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

  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 72 * new XMPPError(XMPPError.Condition.remote_server_timeout);
86 * new XMPPError(XMPPError.Condition.remote_server_timeout, "Error Explanation");
333 public static final Condition remote_server_timeout = new Condition("remote-server-timeout"); field in class:XMPPError.Condition
402 instances.put(Condition.remote_server_timeout, new XMPPError.ErrorSpecification(
403 Condition.remote_server_timeout, Type.WAIT, 504));
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 580 exception = new XMPPException(errorMessage, new XMPPError(XMPPError.Condition.remote_server_timeout,
609 xmppError = new XMPPError(XMPPError.Condition.remote_server_timeout);
    [all...]
BOSHConnection.java 228 new XMPPError(XMPPError.Condition.remote_server_timeout, errorMessage));

Completed in 1107 milliseconds