Searched refs:remote_server_not_found (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/packet/
H A DXMPPError.java332 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 97 milliseconds