Searched refs:pelStanza (Results 1 – 3 of 3) sorted by relevance
125 virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) = 0;266 virtual XmppReturnStatus SendStanza(const XmlElement * pelStanza) = 0;273 virtual XmppReturnStatus SendIq(const XmlElement* pelStanza,
26 virtual void Stanza(const XmlElement * pelStanza) = 0;
61 …void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) {RTC_UNUSED2(cookie, pelStanza)… in IqResponse() argument