HomeSort by relevance Sort by last modified time
    Searched refs:buzz (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/jingle/notifier/listener/
send_ping_task_unittest.cc 13 namespace buzz { namespace
30 scoped_ptr<buzz::XmlElement> message(SendPingTask::MakePingStanza(task_id));
  /external/chromium_org/remoting/jingle_glue/
server_log_entry_unittest.h 9 namespace buzz { namespace
11 } // namespace buzz
22 const buzz::XmlElement* elem,
iq_sender.h 22 namespace buzz { namespace
24 } // namespace buzz
38 const buzz::XmlElement* response)> ReplyCallback;
48 scoped_ptr<IqRequest> SendIq(scoped_ptr<buzz::XmlElement> stanza,
54 scoped_ptr<buzz::XmlElement> iq_body,
61 const buzz::XmlElement* stanza) OVERRIDE;
68 static scoped_ptr<buzz::XmlElement> MakeIqStanza(
71 scoped_ptr<buzz::XmlElement> iq_body);
96 void CallCallback(const buzz::XmlElement* stanza);
100 void OnResponse(const buzz::XmlElement* stanza)
    [all...]
server_log_entry.h 13 namespace buzz { namespace
15 } // namespace buzz
51 static scoped_ptr<buzz::XmlElement> MakeStanza();
54 scoped_ptr<buzz::XmlElement> ToStanza() const;
signal_strategy.h 13 namespace buzz { namespace
15 } // namespace buzz
55 const buzz::XmlElement* stanza) = 0;
89 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) = 0;
  /external/chromium_org/remoting/protocol/
pairing_authenticator_base.h 48 virtual void ProcessMessage(const buzz::XmlElement* message,
50 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
58 static const buzz::StaticQName kPairingInfoTag;
59 static const buzz::StaticQName kClientIdAttribute;
69 virtual void AddPairingElements(buzz::XmlElement* message) = 0;
87 void MaybeAddErrorMessage(buzz::XmlElement* message);
88 bool HasErrorMessage(const buzz::XmlElement* message) const;
91 const buzz::XmlElement* message,
third_party_host_authenticator.h 43 const buzz::XmlElement* message,
45 virtual void AddTokenElements(buzz::XmlElement* message) OVERRIDE;
48 void OnThirdPartyTokenValidated(const buzz::XmlElement* message,
negotiating_authenticator_base.h 74 void ProcessMessageInternal(const buzz::XmlElement* message,
82 static const buzz::StaticQName kMethodAttributeQName;
83 static const buzz::StaticQName kSupportedMethodsAttributeQName;
96 virtual scoped_ptr<buzz::XmlElement> GetNextMessageInternal();
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient_unittest.cc 37 buzz::XmppPump pump;
43 buzz::XmppPump pump;
friendinvitesendtask.h 34 namespace buzz { namespace
mucinvitesendtask.h 35 namespace buzz { namespace
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt.h 15 namespace buzz { namespace
17 } // namespace buzz
37 base::WeakPtr<buzz::XmppTaskParentInterface> base_task) = 0;
64 base::WeakPtr<buzz::XmppTaskParentInterface> parent) OVERRIDE;
65 virtual void OnError(buzz::XmppEngine::Error error,
67 const buzz::XmlElement* stream_error) OVERRIDE;
single_login_attempt.cc 48 base::WeakPtr<buzz::XmppTaskParentInterface> base_task) {
85 void SingleLoginAttempt::OnError(buzz::XmppEngine::Error error, int subcode,
86 const buzz::XmlElement* stream_error) {
92 DCHECK_EQ(error == buzz::XmppEngine::ERROR_STREAM, stream_error != NULL);
112 const buzz::XmlElement* other =
113 stream_error->FirstNamed(buzz::QN_XSTREAM_SEE_OTHER_HOST);
115 const buzz::XmlElement* text =
116 stream_error->FirstNamed(buzz::QN_XSTREAM_TEXT);
139 if (error == buzz::XmppEngine::ERROR_UNAUTHORIZED) {
165 buzz::XmppClientSettings client_settings = login_settings_.user_settings()
    [all...]
single_login_attempt_unittest.cc 22 namespace buzz { namespace
24 } // namespace buzz
39 base::WeakPtr<buzz::XmppTaskParentInterface> base_task) OVERRIDE {
59 base::WeakPtr<buzz::XmppTaskParentInterface> base_task() const {
69 base::WeakPtr<buzz::XmppTaskParentInterface> base_task_;
87 buzz::XmppClientSettings(),
104 void FireRedirect(buzz::XmlElement* redirect_error) {
105 attempt_->OnError(buzz::XmppEngine::ERROR_STREAM, 0, redirect_error);
137 attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL);
145 attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL)
    [all...]
login_settings.h 19 LoginSettings(const buzz::XmppClientSettings& user_settings,
30 const buzz::XmppClientSettings& user_settings() const {
34 void set_user_settings(const buzz::XmppClientSettings& user_settings);
60 buzz::XmppClientSettings user_settings_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 33 namespace buzz { namespace
46 const buzz::XmlElement* elem,
59 buzz::XmlElement** elem,
81 const buzz::XmlElement* elem,
86 buzz::XmlElement** elem,
sessionmanager.h 41 namespace buzz { namespace
113 bool IsSessionMessage(const buzz::XmlElement* stanza);
120 void OnIncomingMessage(const buzz::XmlElement* stanza);
123 void OnIncomingResponse(const buzz::XmlElement* orig_stanza,
124 const buzz::XmlElement* response_stanza);
128 void OnFailedSend(const buzz::XmlElement* orig_stanza,
129 const buzz::XmlElement* error_stanza);
134 const buzz::XmlElement*> SignalOutgoingMessage;
165 std::string FindClient(const buzz::XmlElement* session);
171 void SendErrorMessage(const buzz::XmlElement* stanza
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 59 TunnelSessionClientBase(const buzz::Jid& jid, SessionManager* manager,
63 const buzz::Jid& jid() const { return jid_; }
72 talk_base::StreamInterface* CreateTunnel(const buzz::Jid& to,
79 virtual void OnIncomingTunnel(const buzz::Jid &jid, Session *session) = 0;
83 const buzz::Jid &jid, const std::string &description) = 0;
100 buzz::Jid jid_;
110 TunnelSessionClient(const buzz::Jid& jid, SessionManager* manager);
111 TunnelSessionClient(const buzz::Jid& jid, SessionManager* manager,
116 const buzz::XmlElement* elem,
121 buzz::XmlElement** elem
    [all...]
  /external/chromium_org/jingle/notifier/base/
notifier_options_util.cc 15 buzz::XmppClientSettings MakeXmppClientSettings(
18 buzz::Jid jid = buzz::Jid(email);
22 buzz::XmppClientSettings xmpp_client_settings;
26 xmpp_client_settings.set_use_tls(buzz::TLS_ENABLED);
30 if (notifier_options.auth_mechanism == buzz::AUTH_MECHANISM_OAUTH2)
36 xmpp_client_settings.set_use_tls(buzz::TLS_DISABLED);
xmpp_connection.h 20 namespace buzz { namespace
45 base::WeakPtr<buzz::XmppTaskParentInterface> base_task) = 0;
60 virtual void OnError(buzz::XmppEngine::Error error, int subcode,
61 const buzz::XmlElement* stream_error) = 0;
71 XmppConnection(const buzz::XmppClientSettings& xmpp_client_settings,
75 buzz::PreXmppAuth* pre_xmpp_auth);
83 void OnStateChange(buzz::XmppEngine::State state);
xmpp_connection_unittest.cc 25 namespace buzz { namespace
28 } // namespace buzz
42 class MockPreXmppAuth : public buzz::PreXmppAuth {
49 buzz::SaslMechanism*(const std::string&));
51 void(const buzz::Jid&,
60 MOCK_CONST_METHOD0(GetCaptchaChallenge, buzz::CaptchaChallenge());
69 MOCK_METHOD1(OnConnect, void(base::WeakPtr<buzz::XmppTaskParentInterface>));
71 void(buzz::XmppEngine::Error, int, const buzz::XmlElement*));
96 XmppConnection xmpp_connection(buzz::XmppClientSettings()
    [all...]
  /external/chromium_org/remoting/host/
host_change_notification_listener.cc 18 using buzz::QName;
19 using buzz::XmlElement;
47 const buzz::XmlElement* stanza) {
48 if (stanza->Name() != buzz::QN_IQ || stanza->Attr(buzz::QN_TYPE) != "set")
58 const std::string& from = stanza->Attr(buzz::QN_FROM);
59 const std::string& to = stanza->Attr(buzz::QN_TO);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppsocket.h 47 namespace buzz { namespace
49 class XmppSocket : public buzz::AsyncSocket, public sigslot::has_slots<> {
51 XmppSocket(buzz::TlsOptions tls);
54 virtual buzz::AsyncSocket::State state();
55 virtual buzz::AsyncSocket::Error error();
81 buzz::AsyncSocket::State state_;
83 buzz::TlsOptions tls_;
86 } // namespace buzz
xmppthread.cc 33 namespace buzz { namespace
40 LoginData(const buzz::XmppClientSettings& s) : xcs(s) {}
43 buzz::XmppClientSettings xcs;
49 pump_ = new buzz::XmppPump(this);
61 void XmppThread::Login(const buzz::XmppClientSettings& xcs) {
69 void XmppThread::OnStateChange(buzz::XmppEngine::State state) {
76 pump_->DoLogin(data->xcs, new XmppSocket(buzz::TLS_DISABLED),
86 } // namespace buzz
mucroomdiscoverytask_unittest.cc 43 void OnResult(buzz::MucRoomDiscoveryTask* task,
56 void OnError(buzz::IqTask* task,
57 const buzz::XmlElement* error) {
79 xmpp_client = new buzz::FakeXmppClient(runner);
90 buzz::FakeXmppClient* xmpp_client;
92 buzz::Jid room_jid;
100 buzz::MucRoomDiscoveryTask* task = new buzz::MucRoomDiscoveryTask(
134 xmpp_client->HandleStanza(buzz::XmlElement::ForStr(response_iq));
147 buzz::MucRoomDiscoveryTask* task = new buzz::MucRoomDiscoveryTask
    [all...]

Completed in 2245 milliseconds

1 23 4 5 6 7 8 91011>>