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

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2003-08-14 11:26:50 +0400
committerJacek Konieczny <jajcus@jajcus.net>2003-08-14 11:26:50 +0400
commit800ef19006389858d6db6a716a3aaf28ec3d81e8 (patch)
treefa85879c1225e7f3cb45b4c55917ca758249eb77 /README
parenteacd6de0e082d83b3ebd5701c9c5dad58189f8ca (diff)
- CJC has been moved
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
index 03e9aba..5b9b330 100644
--- a/README
+++ b/README
@@ -7,10 +7,6 @@ This is PyXMPP - a python XMPP module. It is based on libxml2 - fast and
fully-featured XML parser, so it has features like full namespace support,
XPath queries etc.
-This package also contains CJC - Console Jabber Client. When PyXMPP API stabilizes
-CJC will be separated, until then PyXMPP and CJC are developed together. You will find
-CJC in the examples directory.
-
Unfortunately original libxml2 doesn't have a python interface which would work
well with XML streams, so custom extension had to be included - thats why this
module is not 100% pure python.
@@ -27,10 +23,4 @@ To install it:
python setup.py install
-If you just want to play with the examples (including CJC) just invoke:
-
- make
-
-then go to examples directory and play.
-
API documentation and more examples are coming soon (I hope)...