150
|
1 #summary Simple example of working component and HTTP polling. |
|
2 #labels Stage-Alpha |
|
3 |
|
4 = Introduction = |
|
5 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 Maybe someone will finnish this idea. |
|
8 |
|
9 = Details = |
|
10 It does require some non-prosody Lua libraries: LuaJSON |
|
11 |
|
12 |
|
13 = Configuration = |
|
14 At the moment no configuration needed, but you can configure some variables inside code. |
|
15 |
|
16 = TODO = |
|
17 * Send latest tweets to XMPP user |
|
18 * Reply user's messages to Twitter |
|
19 * OAuth support |
|
20 * User configuration (forms) |
|
21 |
|
22 = Compatibility = |
|
23 ||0.8||Works|| |