Skip to content
sstrigler edited this page Sep 13, 2010 · 7 revisions

mod_tweet is an ejabberd module with a pretty naive, straight forward approach of implementing something like a weblog. Currently all it does is logging messages sent to it directly and making them available by HTTP as HTML.

It’s got a simple API for database backends. Currently there’s one for mnesia and one for CouchDB available.

The core idea is to bring a service like twitter to native XMPP clients without relying on PEP but supporting it.

Also it should play nicely with existing microblogging services thus replacing dedicated twitter clients like twhirl, twitterific etc.

Clone this wiki locally