Get the presence of multiple JIDs at the same time XMPP

I am developing an XMPP application and will make a general list, so I don’t need to make presence subscription requests. I also need to get a specific JabberID range, not the entire global list. We do not want to make single stanzas of presence, since each page load will require up to 15 presence calls. Is there a method inside XMPP so that I can immediately get multiple but specific JIDs?

Sort of:

<presence from="user1@domain.tld,user2@domain.tld,user3@domain.tld" to="user4@domain.tld" />

Thanks in advance!

+3
source share
1 answer

pubsub node, . JID, , , .

bot xmpp pubsub node.

pubsub node, : subscribe ,

0

All Articles