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

  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 322 public static final Condition item_not_found = new Condition("item-not-found"); field in class:XMPPError.Condition
376 instances.put(Condition.item_not_found, new XMPPError.ErrorSpecification(
377 Condition.item_not_found, Type.CANCEL, 404));
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamRequest.java 274 XMPPError error = new XMPPError(XMPPError.Condition.item_not_found, errorMessage);
  /external/smack/src/org/jivesoftware/smackx/
ServiceDiscoveryManager.java 238 response.setError(new XMPPError(XMPPError.Condition.item_not_found));
282 response.setError(new XMPPError(XMPPError.Condition.item_not_found));
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamManager.java 456 XMPPError xmppError = new XMPPError(XMPPError.Condition.item_not_found);
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommandManager.java 397 // item_not_found error.
398 respondError(response, XMPPError.Condition.item_not_found);

Completed in 703 milliseconds