ios - Does Ejabberd/XMPP have a Limit on Auto-Join MUC? -


i in process of developing application offers multiple conferences/rooms each user @ once.

in other words, individual user can in many rooms @ 1 time...

however, whilst works 10/11 (it varies) rooms, user attempts join more rooms, fails.

originally thought result of front-end ios, having tested 10+ rooms instantbird (macos xmpp client), can confirm issue seems @ ejabberd end...

thus far, have been unable extract sort of error message returned. have checked logs , seems fine (i may missing not sure for).

i have couple of ideas might don't know start:

  • does ejabberd limit number of rooms user can join @ 1 time?
  • does ejabberd have timeout may exceeded when trying join multiple rooms (this explain why varies between 10 , 12 rooms max)?

your answer here: https://docs.ejabberd.im/admin/guide/configuration/#modmuc

there config property

max_user_conferences

and documentation tells us:

this option defines maximum number of rooms given user can join. default value 10. option used prevent possible abuses. note soft limit: users can join more conferences in cluster configurations.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -