HomeSort by relevance Sort by last modified time
    Searched defs:NS_ROSTER (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmpp/
constants.h 47 #define NS_ROSTER Constants::ns_roster()
73 static const std::string & ns_roster();
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc 54 const char NS_ROSTER[] = "jabber:iq:roster";
300 const StaticQName QN_ROSTER_QUERY = { NS_ROSTER, "query" };
301 const StaticQName QN_ROSTER_ITEM = { NS_ROSTER, "item" };
302 const StaticQName QN_ROSTER_GROUP = { NS_ROSTER, "group" };

Completed in 32 milliseconds