Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2020-01-26 15:05:53 +0300
committerPhilipp Hörist <philipp@hoerist.com>2020-01-27 00:40:01 +0300
commita53ccef37a0a0b0af4238aff988c8e9ace8ab9f0 (patch)
tree141c573b8b433e0d93bb1acc9c179ec75c7e759f
parenteeab345ad8ad69bc87cfcf7ccdacee2e5a00663d (diff)
Remove obsolete README file
-rw-r--r--README17
1 files changed, 0 insertions, 17 deletions
diff --git a/README b/README
deleted file mode 100644
index 978e968..0000000
--- a/README
+++ /dev/null
@@ -1,17 +0,0 @@
- python-nbxmpp
- http://dev.gajim.org/gajim/python-nbxmpp
-
- The goal of this python library is to provide a way for python applications
-to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
-fork of xmpppy one, but using non-blocking sockets.
-
- Installation
-
-Simply run 'python setup.py install' as root
-
- Usage
-
-You have to 'import nbxmpp' in your program. Then look at examples in the doc
-folder.
-
-2012-05-08 Yann Leboulanger