aboutsummaryrefslogtreecommitdiff
path: root/libraries/libstrophe/README
diff options
context:
space:
mode:
authorPedro R.M. JĂșnior <pedrormjunior@gmail.com>2015-03-05 07:02:09 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-07 07:05:16 +0700
commitb4a6e141ef2e7501d138f3c31b3e4891487e4ef2 (patch)
treec6ae5a0d8504cc8adfc55ae7493f1c20270961e9 /libraries/libstrophe/README
parent0d8d22f6a92e9523debf0f1d42c8f50cc0a235ae (diff)
downloadslackbuilds-b4a6e141ef2e7501d138f3c31b3e4891487e4ef2.tar.xz
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 000000000000..2518884004a3
--- /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.