summaryrefslogtreecommitdiffstats
path: root/libraries/libstrophe/README
diff options
context:
space:
mode:
author Pedro R.M. JĂșnior2015-03-05 01:02:09 +0100
committer Willy Sudiarto Raharjo2015-03-07 01:05:16 +0100
commitb4a6e141ef2e7501d138f3c31b3e4891487e4ef2 (patch)
treec6ae5a0d8504cc8adfc55ae7493f1c20270961e9 /libraries/libstrophe/README
parent0d8d22f6a92e9523debf0f1d42c8f50cc0a235ae (diff)
downloadslackbuilds-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/README4
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.