Home | History | Annotate | Download | only in login

Lines Matching defs:XmppPump

28 #include "talk/examples/login/xmpppump.h"
31 XmppPump::XmppPump(XmppPumpNotify * notify) {
37 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs,
42 client_->SignalStateChange.connect(this, &XmppPump::OnStateChange);
48 void XmppPump::DoDisconnect() {
54 void XmppPump::OnStateChange(buzz::XmppEngine::State state) {
62 void XmppPump::WakeTasks() {
66 int64 XmppPump::CurrentTime() {
70 void XmppPump::OnMessage(talk_base::Message *pmsg) {
74 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) {