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

  /external/chromium/third_party/libjingle/source/talk/xmpp/
constants.cc 84 const std::string & Constants::ns_stanza() { function in class:buzz::Constants
210 const QName QN_STANZA_BAD_REQUEST(true, NS_STANZA, "bad-request");
211 const QName QN_STANZA_CONFLICT(true, NS_STANZA, "conflict");
212 const QName QN_STANZA_FEATURE_NOT_IMPLEMENTED(true, NS_STANZA, "feature-not-implemented");
213 const QName QN_STANZA_FORBIDDEN(true, NS_STANZA, "forbidden");
214 const QName QN_STANZA_GONE(true, NS_STANZA, "gone");
215 const QName QN_STANZA_INTERNAL_SERVER_ERROR(true, NS_STANZA, "internal-server-error");
216 const QName QN_STANZA_ITEM_NOT_FOUND(true, NS_STANZA, "item-not-found");
217 const QName QN_STANZA_JID_MALFORMED(true, NS_STANZA, "jid-malformed");
218 const QName QN_STANZA_NOT_ACCEPTABLE(true, NS_STANZA, "not-acceptable")
    [all...]
constants.h 45 #define NS_STANZA Constants::ns_stanza()
71 static const std::string & ns_stanza();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 247 if (name.Namespace() != buzz::NS_STANZA) {

Completed in 547 milliseconds