diff options
author | Pedro R.M. JĂșnior <pedrormjunior@gmail.com> | 2015-03-05 07:02:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-07 07:05:16 +0700 |
commit | b4a6e141ef2e7501d138f3c31b3e4891487e4ef2 (patch) | |
tree | c6ae5a0d8504cc8adfc55ae7493f1c20270961e9 /libraries/libstrophe/README | |
parent | 0d8d22f6a92e9523debf0f1d42c8f50cc0a235ae (diff) | |
download | slackbuilds-b4a6e141ef2e7501d138f3c31b3e4891487e4ef2.tar.gz |
libraries/libstrophe: Added (An XMPP library for C).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libstrophe/README')
-rw-r--r-- | libraries/libstrophe/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libstrophe/README b/libraries/libstrophe/README new file mode 100644 index 0000000000..2518884004 --- /dev/null +++ b/libraries/libstrophe/README @@ -0,0 +1,4 @@ +libstrophe is a minimal XMPP library written in C. It has almost no +external dependencies, only an XML parsing library (expat or libxml +are both supported). It is designed for both POSIX and Windows +systems. |