Home
last modified time | relevance | path

Searched refs:NS_PUBSUB_EVENT (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dconstants.cc400 const char NS_PUBSUB_EVENT[] = "http://jabber.org/protocol/pubsub#event"; variable
402 const StaticQName QN_PUBSUB_EVENT = { NS_PUBSUB_EVENT, "event" };
403 const StaticQName QN_PUBSUB_EVENT_ITEMS = { NS_PUBSUB_EVENT, "items" };
404 const StaticQName QN_PUBSUB_EVENT_ITEM = { NS_PUBSUB_EVENT, "item" };
405 const StaticQName QN_PUBSUB_EVENT_RETRACT = { NS_PUBSUB_EVENT, "retract" };
Dconstants.h357 extern const char NS_PUBSUB_EVENT[];