changeset 150:ebf8207478f3

Created wiki page through web user interface.
author xdersd
date Sat, 28 Aug 2010 18:27:35 +0000
parents 4616d70c974a
children 0ad770ae4fdd
files mod_twitter.wiki
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_twitter.wiki	Sat Aug 28 18:27:35 2010 +0000
@@ -0,0 +1,23 @@
+#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)
+
+= Compatibility =
+||0.8||Works||
\ No newline at end of file