Mercurial > prosody-wiki
view mod_twitter.wiki @ 339:53771c083c19
Be explicit about not supporting mod_admin_web with Prosody 0.8
author | florob@babelmonkeys.de |
---|---|
date | Sat, 06 Apr 2013 16:58:47 +0000 |
parents | f489b534e0a1 |
children |
line wrap: on
line source
#summary Simple example of working component and HTTP polling. #labels Stage-Alpha = Introduction = Twitter has simple API to use, so I tried to deal with it via Prosody. I didn't manage to finish this module, but it is nice example of component that accepts registrations, unregistrations, does HTTP polling and so on. Maybe someone will finnish this idea. = Details = It does require some non-prosody Lua libraries: LuaJSON = Configuration = At the moment no configuration needed, but you can configure some variables inside code. = TODO = * Send latest tweets to XMPP user * Reply user's messages to Twitter * OAuth support * User configuration (forms) * discuss about using cjson * [!!!!] rewrite to be compatible with 0.9+ * drop? (since it is mod_twitter in spectrum) = Compatibility = ||trunk||Currently Not Works|| ||0.9||Currently Not Works|| ||0.8||Works||