# HG changeset patch # User xdersd # Date 1283020123 0 # Node ID 0ad770ae4fdda19acb645b34d022771274248461 # Parent ebf8207478f328f3491d58f398b17ed2a1cdf338 Edited wiki page mod_twitter through web user interface. diff -r ebf8207478f3 -r 0ad770ae4fdd mod_twitter.wiki --- a/mod_twitter.wiki Sat Aug 28 18:27:35 2010 +0000 +++ b/mod_twitter.wiki Sat Aug 28 18:28:43 2010 +0000 @@ -2,22 +2,27 @@ #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) + + * Send latest tweets to XMPP user + * Reply user's messages to Twitter + * OAuth support + * User configuration (forms) = Compatibility = + ||0.8||Works|| \ No newline at end of file