HomeSort by relevance Sort by last modified time
    Searched refs:Stanza (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.cc 93 psph_->Stanza(element);
xmppstanzaparser.h 43 virtual void Stanza(const XmlElement * pelStanza) = 0;
xmppengineimpl.h 130 //! The stream:error stanza, when the error is XmppEngine::ERROR_STREAM.
131 //! Notice the stanza returned is owned by the XmppEngine and
144 //! Stanza delivery is chained to session handlers; the first to
145 //! return 'true' is the last to get each stanza.
152 //! Sends a stanza to the server.
153 virtual XmppReturnStatus SendStanza(const XmlElement* stanza);
160 virtual XmppReturnStatus SendIq(const XmlElement* stanza,
169 //! Forms and sends an error in response to the given stanza.
190 void IncomingStanza(const XmlElement *stanza);
191 void IncomingStart(const XmlElement *stanza);
    [all...]
xmppstanzaparser_unittest.cc 22 virtual void Stanza(const XmlElement * element) {
23 ss_ << "STANZA" << element->Str();
69 EXPECT_EQ("STANZA<c:message type=\"foo\" xmlns:c=\"j:c\">"
78 EXPECT_EQ("STANZA<c:iq type=\"set\" id=\"123\" xmlns:c=\"j:c\">"
103 EXPECT_EQ("STANZA<c:message type=\"foo\" xmlns:c=\"j:c\">"
104 "<c:body>hello</c:body></c:message>STANZA<c:iq type=\"set\" id=\"123\" "
139 EXPECT_EQ("STANZA<c:message type=\"foo\" xmlns:c=\"j:c\">"
166 EXPECT_EQ("START<stream:stream xmlns:stream=\"st\" xmlns=\"jc\"/>STANZA"

Completed in 424 milliseconds