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

  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 320 public static final Condition feature_not_implemented = new Condition("feature-not-implemented"); field in class:XMPPError.Condition
380 instances.put(Condition.feature_not_implemented, new XMPPError.ErrorSpecification(
381 Condition.feature_not_implemented, Type.CANCEL, 501));
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 358 iqPacket.setError(new XMPPError(XMPPError.Condition.feature_not_implemented));
    [all...]
PacketParserUtils.java.orig 359 iqPacket.setError(new XMPPError(XMPPError.Condition.feature_not_implemented));
    [all...]

Completed in 53 milliseconds