From 484b36359dde08724b4dd1a0af3ff22e15fead4a Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Thu, 30 Jun 2011 14:42:50 +0200 Subject: PyXMPP is becoming obsolete, PyXMPP2 is there --- README | 7 +++++++ doc/template.html | 1 + 2 files changed, 8 insertions(+) diff --git a/README b/README index bac687a..eb2fb94 100644 --- a/README +++ b/README @@ -14,6 +14,13 @@ extensions. PyXMPP provides building blocks for creating Jabber clients and components. Developer uses them to setup XMPP streams, handle incoming events and create outgoing stanzas (XMPP "packets"). +Please note: this project is becoming obsolete, as now `PyXMPP2`_ +is being developed. PyXMPP2 is a modern rewrite of PyXMPP, using ElementTree +instead of libxml2. + +.. _PyXMPP2: https://github.com/Jajcus/pyxmpp2 + + Features -------- diff --git a/doc/template.html b/doc/template.html index e53508e..633ece3 100644 --- a/doc/template.html +++ b/doc/template.html @@ -28,6 +28,7 @@

similar projects

+ -- cgit v1.2.3