I know there are several libraries to connect to xmpp servers, but is there an xmpp server library somewhere written in python?
+3
A:
A quick google search reveals:
http://code.google.com/p/pretzel/
An XMPP server written on the Twisted Python framework
http://code.google.com/p/pjabberd/
Jabber/XMPP Server in Python
Both seem a bit unmaintained, but you might be able to get them up and running.
voyager
2010-03-05 20:36:08
Awsome! Thank you.
Levi Campbell
2010-03-05 21:11:14