Endpoints
Message retrieval
The Neuron broker queues messages for accounts that are not actively polling. Use Pop messages to retrieve queued messages and remove them from the server in one call. Use Clear messages to discard queued messages without reading them. For real-time push delivery, Register event handler lets you bind a JavaScript function to incoming message types via the/Events.js mechanism.
Presence and roster
Before you can probe a contact’s presence or send them an IQ, you need a mutual presence subscription. The typical flow:- Call Send presence subscription to request access.
- The contact accepts — call Send subscription accepted on your end.
- Call Presence probe to get their full JID for IQ queries.
Related
- Messaging guide — step-by-step walkthrough of sending messages.
- Authentication & sessions — obtain the JWT required by all messaging endpoints.