Skip to content

unbit/uwsgi-strophe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uwsgi-strophe

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 !!!

About

uWSGI plugin for libstrophe integration (xmpp)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors