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>2004-01-18 18:23:14 +0300
committerJacek Konieczny <jajcus@jajcus.net>2004-01-18 18:23:14 +0300
commitb992b03ed4bae3bcc438024212b1d09de0fdd0b4 (patch)
treedee335291fb9c613432521d2bb2ac064e57a6c63 /README
parent267fafe1df8b27eaaa7293b8d1dce3b6834bc0ee (diff)
- updated
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 5 insertions, 9 deletions
diff --git a/README b/README
index 5b9b330..8f35ff8 100644
--- a/README
+++ b/README
@@ -1,19 +1,15 @@
PyXMPP
- (c) 2003 Jacek Konieczny <jajcus@bnet.pl>
-
+ (c) 2003-2004 Jacek Konieczny <jajcus@bnet.pl>
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.
-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.
-There is also one more problem wiht libxml2 - its python binding are
-quite low-level and not well integrated with Python's garbage collector
-- so it is easy to get Segmentation Fault when the module is used incorrectly.
-However high-level pyxmpp functions and classes should be quite safe.
+The goal is to make full-fetured library for core XMPP/Jabber protocol support
+(higher level protocols may be implemented in applications) for Jabber/XMPP clients,
+servers and services. Currently it is mainly developed for CJC (Console Jabber Client),
+so the client-side of protocol implementation is most complete.
To build the package just invoke: