1

When I login to my chat application I need to join about 20 rooms, but it will take about 1 minute to finish join all room by sending 20 join stanza. I wonder there is a way that I can join 20 rooms just by sending only 1 stanza with 20 room ids?

Thach Nguyen
  • 120
  • 7

1 Answers1

1

This is actually possible using XEP-0033 Extended Stanza Addressing. You can see how to do that on this question: How to join multiple rooms by just sending one message to ejabberd server.

Community
  • 1
  • 1
Mickaël Rémond
  • 9,035
  • 1
  • 24
  • 44