diff options
author | Ruben Schuller <ruben@orgizm.net> | 2014-10-31 20:04:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-31 20:04:19 +0700 |
commit | f95d76e7f9921ab9a57844ece17be9495b095302 (patch) | |
tree | 30584f1ff404716f9dfc4c40beabbc0b864ce3ea /python/python-nbxmpp/slack-desc | |
parent | 3c6a632a10404598fb6b68bff38c08f954bb912c (diff) | |
download | slackbuilds-f95d76e7f9921ab9a57844ece17be9495b095302.tar.gz |
python/python-nbxmpp: Added (python non blocking xmpp library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-nbxmpp/slack-desc')
-rw-r--r-- | python/python-nbxmpp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-nbxmpp/slack-desc b/python/python-nbxmpp/slack-desc new file mode 100644 index 0000000000..7def4e06bf --- /dev/null +++ b/python/python-nbxmpp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-nbxmpp: python-nbxmpp (python non blocking xmpp library) +python-nbxmpp: +python-nbxmpp: python-nbxmpp is a Python library that provides a way for Python +python-nbxmpp: applications to use Jabber/XMPP networks in a non-blocking way. +python-nbxmpp: +python-nbxmpp: This library is initialy a fork of xmpppy one, but using +python-nbxmpp: non-blocking sockets. +python-nbxmpp: +python-nbxmpp: +python-nbxmpp: +python-nbxmpp: |