diff options
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r-- | third_party/libjingle/README.chromium | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index fcfd15d..e8aaf06 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -44,4 +44,8 @@ Local Modifications: adapter creation behavior to be overridden. * Improved handling and error-checking of SSL adapters. * Changed uses of Windows-only debug variable _DEBUG to use the - cross-platform NDEBUG variable instead.
\ No newline at end of file + cross-platform NDEBUG variable instead. + * Fixed error-checking bugs in xmppclient.cc and physicalsocketserver.cc. + * Made some XmppTask member functions static. + + |