OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3161 milliseconds