Mercurial > prosody-modules
view mod_twitter/README.markdown @ 5149:fa56ed2bacab
mod_unified_push: Add support for multiple token backends, including stoage
Now that we have ACLs by default, it is no longer necessary to be completely
stateless. On 0.12, using storage has benefits over JWT, because it does not
expose client JIDs to the push apps/services. In trunk, PASETO is stateless
and does not expose client JIDs.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 14 Jan 2023 14:31:37 +0000 |
parents | 4d73a1a6ba68 |
children |
line wrap: on
line source
--- labels: - 'Stage-Alpha' summary: 'Simple example of working component and HTTP polling.' ... 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 ------- ---------------------