I want to write a micro blogging site with html frontend but xmpp backend (Instant messenger type). By this, I mean server should push all the updates to client br开发者_JAVA技巧owser and hence constant http polling is not required. I need your view and help in that.
I found 3 xmpp libraries 1. xmppy 2. sleekxmpp 3. pyxmpp
Should i use any of these or should try from scratch. If from these which one will you suggest.
What should i do?
This slideshow may help. The author uses django and some xmpp items that can tag along with django's authentication. This sounds pretty perfect for you.
The link is to google's cache because the original link wouldn't work for me anymore. Let me know if this is a problem.
try this - https://github.com/hj91/Using-XMPP-to-post-content-on-blog-sms-facebook
xmpp to wp blog poster bot code.
it takes incoming xmpp message and posts them on worpdress blogs. written in python and xmpppy library
精彩评论