summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/README.chromium
diff options
context:
space:
mode:
authornick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 20:20:41 +0000
committernick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 20:20:41 +0000
commit75961254aa04f575b79b1dd0be4439484da385e0 (patch)
treedf7586311bf1207f520b4b8f5ce824d76d6cb7a5 /third_party/libjingle/README.chromium
parent2be2c01334383d74703dc88ecb67fae96a9124f9 (diff)
downloadchromium_src-75961254aa04f575b79b1dd0be4439484da385e0.zip
chromium_src-75961254aa04f575b79b1dd0be4439484da385e0.tar.gz
chromium_src-75961254aa04f575b79b1dd0be4439484da385e0.tar.bz2
Add libjingle version 0.4.0, plus some patches
that are described in README.chromium and a .diff file, under review separately. I removed some of the weightier autoconf/configure scripts. This brought the size of the library from 3.8MB to about 2.3MB. BUG=none TEST=none Review URL: http://codereview.chromium.org/199090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r--third_party/libjingle/README.chromium33
1 files changed, 33 insertions, 0 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium
new file mode 100644
index 0000000..8437d1c
--- /dev/null
+++ b/third_party/libjingle/README.chromium
@@ -0,0 +1,33 @@
+URL: http://code.google.com/p/libjingle/
+Version: 2.7.0
+License: BSD
+License File: COPYING
+
+Description:
+ Libjingle provides xmpp support to the sync code, which
+ lives at chrome/browser/sync/notifier.
+
+ Libjingle is distributed under a Berkeley-style license detailed in
+ files/COPYING.
+
+Local Modifications:
+ Applied changes per the patchfile mods-since-v0_4_0.diff. That
+ includes the following items.
+ * Added support to specify the token_service in the auth stanza.
+ * Added support for non-gaia ids associated with gaia accounts.
+ * A bug fix in the task code to prevent infinite looping of aborted
+ tasks.
+ * Removed the definition of DISALLOW_EVIL_CONSTRUCTORS from common.h
+ * Introduction of #undef ETIMEDOUT to get around a conflict versus
+ pthreads.h.
+ * We use an "overrides" directory for some headers, for example,
+ scoped_ptr.h and basic_types.h, to avoid a duplicate functionality.
+ The overrides typically pull an implementation from src/base, and
+ then supplement this with any additional defines not found
+ in Chromium.
+ * Edits to config.h, changing some #defines.
+ * Removed some scripts and build files not needed by Chromium: aclocal.m4,
+ config.guess, config.h.in, config.sub, configure, depcomp, install-sh,
+ ltmain.sh, missing.
+ * Removed Makefile.in files, *.sln, *.vcproj.
+ * Removed "examples", "thirdparty", and "sessions" directories. \ No newline at end of file