From f316c9d310282477e769dd8246d50e1f68171fcf Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sat, 19 Dec 2020 01:02:41 -0800 Subject: [PATCH] finish writing SENDXMPPHandler.md --- SENDXMPPHandler.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SENDXMPPHandler.md b/SENDXMPPHandler.md index 0ea8f0b..cfa95b9 100644 --- a/SENDXMPPHandler.md +++ b/SENDXMPPHandler.md @@ -1 +1,10 @@ -# SENDXMPPHandler Handler for Python logging \ No newline at end of file +# SENDXMPPHandler Handler for Python logging + +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. + +Not only is prosody easy to setup, but it is very well-documented, has it's own ppa, +and it's also trivial to add a hook for Let's Encrypt Certs in you `certbot renew` cron. + +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.