Chromium Code Reviews| Index: third_party/libjingle_xmpp/README.chromium |
| diff --git a/third_party/libjingle_xmpp/README.chromium b/third_party/libjingle_xmpp/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4edd47b6d22fef1d18ec70ca4b1ddcacaf322067 |
| --- /dev/null |
| +++ b/third_party/libjingle_xmpp/README.chromium |
| @@ -0,0 +1,13 @@ |
| +Name: xmllite |
|
Sergey Ulanov
2016/12/22 22:57:59
This directory also contains XMPP now, so this nam
kjellander_chromium
2016/12/27 12:49:21
Sorry that was sloppy. I started with one per dir
|
| +URL: http://www.webrtc.org |
| +Version: 0 |
| +License: BSD |
| +License File: LICENSE |
| +Security Critical: Yes |
| +License Android Compatible: Yes |
| + |
| +Description: |
| +xmllite is a minimalistic library for parsing and generating XML. This source |
| +originates from the libjingle project, which was merged into the WebRTC codebase |
| +where it received minor updates. As time passed, the code was no longer used in |
| +WebRTC but is still used in Chromium. |