Searched refs:QN_IQ (Results 1 – 9 of 9) sorted by relevance
95 XmlElement* result = new XmlElement(QN_IQ); in MakeIq()106 XmlElement* result = new XmlElement(QN_IQ); in MakeIqResult()118 if (stanza->Name() != QN_IQ) in MatchResponseIq()146 if (stanza->Name() != QN_IQ) in MatchRequestIq()
256 XmlElement iq(QN_IQ); in Advance()276 if (element->Name() != QN_IQ || element->Attr(QN_ID) != iqId_ || in Advance()290 XmlElement iq(QN_IQ); in Advance()305 if (element->Name() != QN_IQ || element->Attr(QN_ID) != iqId_ || in Advance()
31 using buzz::QN_IQ;253 XmlElement roster_get(QN_IQ); in TEST_F()278 XmlElement roster_get(QN_IQ); in TEST_F()
45 if (!element || element->Name() != QN_IQ) in SendIq()236 if (element->Name() != QN_IQ) in HandleIqResponse()
690 XmlElement roster_get(QN_IQ); in RequestRosterUpdate()755 XmlElement roster_add(QN_IQ); in RequestRosterChange()772 XmlElement roster_add(QN_IQ); in RequestRosterRemove()845 } else if (stanza->Name() == QN_IQ) { in HandleStanza()853 XmlElement result(QN_IQ); in HandleStanza()
43 } else if (stanza_name == buzz::QN_IQ) { in HandleStanza()
312 if (stanza->Name() == QN_IQ && in IncomingStanza()
211 extern const StaticQName QN_IQ;
258 const StaticQName QN_IQ = { NS_CLIENT, "iq" }; variable