update SENDXMPPHandler.md

This commit is contained in:
Trent Palmer 2020-12-19 03:28:02 -08:00
parent 3d9e918104
commit a7c133da15
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
# SENDXMPPHandler Handler for Python logging This is for logging from a flask app with sendxmpp, because [prosody](https://prosody.im) is far easier to set
This is for logging from a flask app with sendxmpp, because prosody is far easier to set
up compared to setting up an email server. up compared to setting up an email server.
Not only is prosody easy to setup, but it is very well-documented, has it's own ppa, Not only is prosody easy to setup, but it is very [well-documented](https://prosody.im),
and it's also trivial to add a hook for Let's Encrypt Certs in you `certbot renew` cron. has it's own [ppa](https://prosody.im/download/package_repository),
and it's also trivial to add a [hook for Let's Encrypt Certs](https://prosody.im/doc/letsencrypt) in your `certbot renew` cron.
I find that [poezio](https://github.com/poezio/poezio) is a great xmpp client on Linux, I find that [poezio](https://github.com/poezio/poezio) is a great xmpp client on Linux,
and [Yaxim](https://github.com/yaxim-org/yaxim) is great on Android. and [Yaxim](https://github.com/yaxim-org/yaxim) is great on Android.
Also, here's the [manpage for sendxmpp](https://manpages.debian.org/buster/sendxmpp/sendxmpp.1p.en.html).