Adding more than 75 "Group Chat Administrators"

I need to add more than 75 “Group Chat Administrators” in the Group Chat Settings, but the Openfire server doesn’t store from the 76th administrator. Is there a way to store more than 75 admins? And where are all the administrators stored in the database? I searched every table in the database but couldn’t find. Thank you.

Which backend database are you using?

We are using MS SQL Server. Thanks.

I suspect the issue is that the schema for the ofmucserviceprop table has a provalue of type ‘text’ and for MS SQL server, does that imply a 1024 character limit? So the total characters plus commas with 75 admins causes for the field to overflow?

1 Like