Add XMPP provider support for instant messaging notifications #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds comprehensive XMPP (Extensible Messaging and Presence Protocol) support to telert, enabling notifications through any XMPP-compatible service like Jabber, Prosody, ejabberd, or corporate XMPP servers.
✨ Features Added
🔧 Core Implementation
slixmpp>=1.8.0telert config xmppwith comprehensive parameter validationTELERT_XMPP_JID,TELERT_XMPP_PASSWORD,TELERT_XMPP_RECIPIENT, etc.📱 Usage Examples
🔌 Full Integration
Providerenum and all provider handling functionstelert status,telert config list-providers, and multi-provider workflows🛠 Technical Details
The implementation follows telert's established provider architecture patterns:
📚 Documentation
✅ Testing
All integration points have been tested:
Fixes #12.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
example.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)/usr/bin/python3 /home/REDACTED/.local/bin/telert status --provider xmpp(dns block)/usr/bin/python3 /home/REDACTED/.local/bin/telert send --provider xmpp Test message(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.