Max users in XMPP roster?

2019-08-27 20:25发布

Assume there is a bot who relays presence information of any user on the system to any other user on the system.

For this to work- it seems every user must be added to that bot's roster, correct?

Is this a problem- i.e. is there a limit to the max number of user's per roster?

标签: xmpp ejabberd
1条回答
可以哭但决不认输i
2楼-- · 2019-08-27 21:06

You do not want to do that. This is not a scalable design. Having a roster for the bot with all presence of the server is the best way to create a deadly bottleneck as you scale.

Consider writing a native ejabberd module that intercept the packet you want and does the needed processing.

查看更多
登录 后发表回答