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
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2011-06-30 16:42:50 +0400
committerJacek Konieczny <jajcus@jajcus.net>2011-06-30 16:47:51 +0400
commit484b36359dde08724b4dd1a0af3ff22e15fead4a (patch)
tree1e5b3376cad131609e6d7d270fa8c708c66085cd
parent00e6736c8f74624f9c5b063a9a15f717597baa4c (diff)
PyXMPP is becoming obsolete, PyXMPP2 is there
-rw-r--r--README7
-rw-r--r--doc/template.html1
2 files changed, 8 insertions, 0 deletions
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 @@
<p class="link"><a href="http://vcjb.berlios.de/" title="Version Control Jabber roBot">VCJB</a></p>
<p class="link"><a href="http://bluszcz.jabberpl.org/pyrss/" title="Python based RSS's notifier for Jabber">PyRSS</a></p>
<p class="linkhead">similar projects</p>
+ <p class="link"><strong><a href="https://github.com/Jajcus/pyxmpp2" title="PyXMPP 2">PyXMPP2</a></strong></p>
<p class="link"><a href="http://xmpppy.sourceforge.net/" title="The jabber python project">Xmpppy</a></p>
<p class="link"><a href="http://www.twistedmatrix.com/" title="An event-driven networking framework including Jabber support">Twisted</a></p>
<p class="link"><a href="http://jabberpy.sourceforge.net/" title="A Python Jabber library">jabber.py</a></p>