comparison mod_twitter.wiki @ 151:0ad770ae4fdd

Edited wiki page mod_twitter through web user interface.
author xdersd
date Sat, 28 Aug 2010 18:28:43 +0000
parents ebf8207478f3
children f489b534e0a1
comparison
equal deleted inserted replaced
150:ebf8207478f3 151:0ad770ae4fdd
1 #summary Simple example of working component and HTTP polling. 1 #summary Simple example of working component and HTTP polling.
2 #labels Stage-Alpha 2 #labels Stage-Alpha
3 3
4 = Introduction = 4 = Introduction =
5
5 Twitter has simple API to use, so I tried to deal with it via Prosody. 6 Twitter has simple API to use, so I tried to deal with it via Prosody.
6 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. 7 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.
7 Maybe someone will finnish this idea. 8 Maybe someone will finnish this idea.
8 9
9 = Details = 10 = Details =
11
10 It does require some non-prosody Lua libraries: LuaJSON 12 It does require some non-prosody Lua libraries: LuaJSON
11 13
12 14
13 = Configuration = 15 = Configuration =
16
14 At the moment no configuration needed, but you can configure some variables inside code. 17 At the moment no configuration needed, but you can configure some variables inside code.
15 18
16 = TODO = 19 = TODO =
17 * Send latest tweets to XMPP user 20
18 * Reply user's messages to Twitter 21 * Send latest tweets to XMPP user
19 * OAuth support 22 * Reply user's messages to Twitter
20 * User configuration (forms) 23 * OAuth support
24 * User configuration (forms)
21 25
22 = Compatibility = 26 = Compatibility =
27
23 ||0.8||Works|| 28 ||0.8||Works||