XMPP/Jabber on Django (chat server)

I'm looking to write a real time chat server in Django using XMPP/Jabber protocol (with mobile clients). Django will handle the user profile and inbox (non-real time part) through HTTP while the real time component should go through XMPP. I was wondering if anybody's had experience with this and could provide some tips, or if there is a better way to do this (Django + some other framework to handle XMPP maybe). Thanks in advance!


Writing an XMPP server more-or-less from scratch is a task of love that will take you quite a bit more effort to get right than you expect right now. Please look at this list to see if there's an existing project you could contribute to instead.

链接地址: http://www.djcxy.com/p/94126.html

上一篇: 我如何通过xmpp开发Web客户端gtalk

下一篇: Django上的XMPP / Jabber(聊天服务器)