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.
Future plans
- Make it identify itself as being capable of handling XEP microblogging PEP style messages using XEP-0115: Entity Capabilities and log those messages too
- Either interconnect it somehow with a twitter gateway (like TwitterSpy) or implement a gateway on your own. Thus forwarding/importing streams from/to twitter et al
- Do we need a pubsub mechanism here or are we just relying on PEP?
