update comment sendxmpp_handler.py

This commit is contained in:
Trent Palmer 2020-12-19 02:04:21 -08:00
parent 758a824184
commit b10d2d1241
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class SENDXMPPHandler(Handler):
'''
This works on Debian 10 with flask running under gunicorn3 as a systemd service, hack as necessary
echo '<message>' | /usr/bin/sendxmpp -t -u <sender> -j <server> -p <password> <recipient>
echo '<message>' | /usr/bin/sendxmpp -t -u <sender> -j <server> -p <password> <recipient@example.com>
'''
def emit(self, record):
try: