summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/xmpp_signal_strategy.cc
Commit message (Expand)AuthorAgeFilesLines
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-221-2/+2
* Reland 137824 - was reverted by mistakesergeyu@chromium.org2012-05-221-18/+0
* This broke M20 build.dharani@chromium.org2012-05-221-0/+18
* Properly handle accounts that don't have GMail account.sergeyu@chromium.org2012-05-181-18/+0
* Verify that xmpp_login specified in the config matches auth token.sergeyu@chromium.org2012-05-121-2/+44
* Send keep-alive messages for XMPP connections.sergeyu@chromium.org2012-04-201-0/+15
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-231-3/+2
* Dump Xmpp connection error code to the log to facilitate debugging.alexeypa@chromium.org2012-02-181-0/+6
* Provided a way to update auth info for XmppSignalStrategy.sanjeevr@chromium.org2012-01-211-1/+20
* Return correct result from XmppSignalStrategy::HandleStanza().sergeyu@chromium.org2012-01-111-1/+1
* Implement SignalingConnector that reconnects XMPP when necessary.sergeyu@chromium.org2012-01-071-21/+11
* Move ChromotingHost initialization to the network thread.sergeyu@chromium.org2012-01-071-1/+13
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-30/+38
* Roll libjingle to 98:99. tommi@chromium.org2011-12-061-1/+1
* Refactor IqRequest.sergeyu@chromium.org2011-11-041-19/+25
* Merge IqRequest implementations.sergeyu@chromium.org2011-10-211-9/+7
* Fix crash in XmppSignalStrategy.sergeyu@chromium.org2011-10-191-0/+12
* Remove XmppClient::Abort() call from XmppSignalStrategy::Close().sergeyu@chromium.org2011-10-031-4/+0
* Abort XmppClient when disconnecting.sergeyu@chromium.org2011-09-081-2/+9
* Return correct value from XmppSignalStrategy::HandleStanza()sergeyu@chromium.org2011-08-031-2/+2
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-3/+1
* Add IDs to outgoing Iq stanzas.sergeyu@chromium.org2011-06-281-0/+4
* Remove StartSession/EndSession from SignalStrategy interface.sergeyu@chromium.org2011-06-281-19/+9
* Fix crash in XmppSignalStrategy.sergeyu@chromium.org2011-06-231-1/+2
* Refactoring around SignalStrategy interface.sergeyu@chromium.org2011-06-231-0/+25
* Split iq_request.[h|cc] into multiple files.sergeyu@chromium.org2011-06-221-1/+1
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-211-0/+117