XMPP Plugin
RSS Guard offers basic XMPP support. The plugin can discover and work with these types of XMPP nodes:
In the UI, these are grouped into four categories:
Single-user chatsMulti-user chatsPubSub servicesPubSub PEPs
RSS Guard can receive real-time messages for these nodes. For PubSub and PEP, this includes ATOM entries pushed by the server, for example via AtomToPubsub.
Note
RSS Guard uses the qxmpp library for this plugin. Because the plugin is asynchronous, service discovery and message retrieval can take a moment to complete.
Warning
XMPP support is still considered experimental.
Expect bugs and rough edges.
Account Setup
An XMPP account in RSS Guard uses these fields:
JID- your full XMPP identifier, for exampleuser@example.orgPasswordHost- usually the server domainExtra nodes- optional additional JIDs or service IDs to include in discovery
When you type a JID, RSS Guard automatically tries to derive the host from its domain part.
Discovery
RSS Guard discovers XMPP content from multiple sources:
the connected server’s discovery results
user-defined
Extra nodesone built-in default extra node:
news.movim.eu
For PubSub and PEP, RSS Guard creates feeds from the subscriptions reported by the server. Feeds are discovered and synchronized from the server side, not added manually like regular RSS feeds.
Extra nodes
Extra nodes accepts one item per line. These formats are supported:
news.movim.euA PubSub service JID.user@example.orgAn account JID. Depending on the server, this may be recognized as a direct chat target or as a PEP-capable account.room@conference.example.orgA multi-user chat room JID.
Fetching Behavior
RSS Guard uses different retrieval strategies for different node types:
Single-user chats and multi-user chats
Chat-like feeds can load archived messages from the server when refreshed.
Real-time handling differs slightly:
single-user chats are received from normal incoming XMPP chat messages
multi-user chats are received after RSS Guard joins the saved rooms on connect
PubSub services and PubSub PEPs
PubSub-like feeds fetch missing items from the server and can also receive new articles in real time.
Connection Behavior
After connecting successfully:
RSS Guard can show connection status notifications
if the account has no saved subtree yet, it triggers discovery
if feeds already exist, it reconnects and joins saved multi-user chat rooms
RSS Guard also tracks supported XEPs reported by the server and shows them in the account tooltip.
Current Limitations
Some current limitations are worth keeping in mind:
Discovery depends on what the server exposes plus any
Extra nodesyou configured.PubSub import is subscription-based, not full node browsing.
Multi-user chat rooms are joined automatically only for rooms already present in the saved account tree.
XMPP feeds cannot be created manually through the generic “add feed” workflow.