XMPP Notification Testing
Prosody
Section titled “Prosody”Server Setup
Section titled “Server Setup”docker run --rm -d \ --name prosody-test \ -p 5222:5222 \ -e PROSODY_VIRTUAL_HOSTS=localhost \ -e PROSODY_LOGLEVEL=debug \ prosodyim/prosody:13.0Create Test Users
Section titled “Create Test Users”docker exec -it prosody-test prosodyctl register apprise localhost password123docker exec -it prosody-test prosodyctl register receiver localhost password123Install the Client
Section titled “Install the Client”Download and install Gajim
sudo dnf install gajimLog in as receiver@localhost and password password123
Test Apprise
Section titled “Test Apprise”Send a notification
# 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