SENDXMPPHandler-for-Python-.../ SENDXMPPHandler.md

12 lines
705 B
Markdown
Raw Permalink Normal View History

2020-12-19 03:28:02 -08:00
This is for logging from a flask app with sendxmpp, because [prosody](https://prosody.im) is far easier to set
2020-12-19 01:02:41 -08:00
up compared to setting up an email server.
2020-12-19 03:28:02 -08:00
Not only is prosody easy to setup, but it is very [well-documented](https://prosody.im),
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.
2020-12-19 01:02:41 -08:00
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.
2020-12-19 03:28:02 -08:00
Also, here's the [manpage for sendxmpp](https://manpages.debian.org/buster/sendxmpp/sendxmpp.1p.en.html).