You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
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.