Home | History | Annotate | Download | only in call

Lines Matching refs:XmlElement

39   XmlElement* iq = new XmlElement(QN_IQ);
41 XmlElement* query = new XmlElement(QN_ROSTER_QUERY);
42 XmlElement* item = new XmlElement(QN_ROSTER_ITEM);
50 XmlElement* presence = new XmlElement(QN_PRESENCE);
53 XmlElement* invitation = new XmlElement(QN_INVITATION);
66 const XmlElement* stanza = NextStanza();