HomeSort by relevance Sort by last modified time
    Searched full:remote_server_not_found (Results 1 - 1 of 1) sorted by null

  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 332 public static final Condition remote_server_not_found = new Condition("remote-server-not-found"); field in class:XMPPError.Condition
400 instances.put(Condition.remote_server_not_found, new XMPPError.ErrorSpecification(
401 Condition.remote_server_not_found, Type.CANCEL, 404));

Completed in 57 milliseconds