Skip to content

XMPP Notification Testing

Terminal window
docker run --rm -d \
--name prosody-test \
-p 5222:5222 \
-e PROSODY_VIRTUAL_HOSTS=localhost \
-e PROSODY_LOGLEVEL=debug \
prosodyim/prosody:13.0
Terminal window
docker exec -it prosody-test prosodyctl register apprise localhost password123
docker exec -it prosody-test prosodyctl register receiver localhost password123

Download and install Gajim

Terminal window
sudo dnf install gajim

Log in as receiver@localhost and password password123

Send a notification

Terminal window
# starttls setup below:
tox -e apprise -- -vv -b 'test message' \
'xmpps://apprise:password123@localhost/receiver?verify=no'
Questions or Feedback?

Documentation

Notice a typo or an error? Report it or contribute a fix .

Technical Issues

Having trouble with the code? Open an issue on GitHub:

Made with love from Canada