uWSGI plugin for libstrophe integration (xmpp)
git clone https://github.com/unbit/uwsgi-strophe
cd uwsgi-strophe
uwsgi --build-plugin .The build script automatically clones libstrophe and link it to the plugin
Currently only alarms features are exposed:
[uwsgi]
plugin = strophe
; syntax: strophe:<jid> <password> <dest>
alarm = help strophe:uwsgi@jabber.server secret me@jabber.server
http-socket = :9090
; trigger the 'help' alarm at every request
route-run = alarm:help HELP ME !!!