Searched refs:QN_PRESENCE (Results 1 – 7 of 7) sorted by relevance
48 XmlElement * presence = new XmlElement(QN_PRESENCE); in SendProbe()71 XmlElement * result = new XmlElement(QN_PRESENCE); in TranslateStatus()
167 if (stanza->Name() == QN_PRESENCE) { in HandleStanza()275 XmlElement element(QN_PRESENCE); in RequestEnterChatroom()308 XmlElement element(QN_PRESENCE); in RequestExitChatroom()335 XmlElement element(QN_PRESENCE); in RequestConnectionStatusChange()
334 xml->Name() != QN_PRESENCE) in set_raw_xml()343 raw_xml_.reset(new XmlElement(QN_PRESENCE)); in CreateRawXmlSkeleton()626 if (element.Name() != QN_PRESENCE || in SendDirectedPresence()826 if (stanza->Name() == QN_PRESENCE) { in HandleStanza()916 XmlElement presence_request(QN_PRESENCE); in SendSubscriptionRequest()
45 if (stanza->Name() != QN_PRESENCE) { in HandleStanza()
251 XmlElement presence_xml(QN_PRESENCE); in TEST_F()335 XmlElement presence_input(QN_PRESENCE); in TEST_F()
206 extern const StaticQName QN_PRESENCE;
253 const StaticQName QN_PRESENCE = { NS_CLIENT, "presence" }; variable