summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_messages.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove XML FROM element in JingleSession::StartConnectionsolb@chromium.org2013-06-211-1/+2
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-4/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+4
* Add mux-stream transport support in session descriptionsergeyu@chromium.org2012-08-151-38/+11
* Skip unknown channel configurations when parsing session config.sergeyu@chromium.org2012-07-271-1/+1
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-221-1/+1
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-22/+35
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-271-0/+1
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-261-1/+6
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-251-6/+1
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-251-1/+6
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-231-7/+8
* Fix PepperSession to send message replies in correct order.sergeyu@chromium.org2012-02-171-1/+1
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+2
* Fix client to always handle error messages properly.sergeyu@chromium.org2012-01-031-2/+10
* Implement multi-step auth support in PepperSession.sergeyu@chromium.org2011-12-141-0/+24
* Send correct termination reason when session is terminated by the host.sergeyu@chromium.org2011-11-151-0/+1
* Roll libjingle 88:92sergeyu@chromium.org2011-11-011-1/+1
* Fix uninitialized value in JingleMessage that causes DCHECK failure.sergeyu@chromium.org2011-09-301-1/+2
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-271-42/+66
* Remove session-reject message from jingle_messages.sergeyu@chromium.org2011-09-261-8/+2
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-0/+385