Openfire Contact Sharing

I installed openfire on CentOs and uses an external database for authentication and user list.

I managed the groups based on the user table and friends list, so each user is also a group that is an administrator and is populated by users who are (friends).

External users and authentication work fine.

The problem is that the contact list is populated only when the checkbox "enable group access of the contact group" is checked in the administration group.

I want this option to always be turned on so that the user can see each other in his friends list.

this is an existing problem openfire problem

Are there any possible solutions or alternatives.

Edit:

In other words, I want to avoid adding the following three rows to the GroupProp table:

name sharedRoster.displayName groupname name sharedRoster.groupList name sharedRoster.showInRoster onlyGroup 
+8
grouping xmpp openfire
source share

No one has answered this question yet.

See related questions:

4
How to correctly accept the interlocutor’s request in Android?
2
PHP Nested Array "Mesh Like" Grouping
one
Automatically add users to the list using the Smack API
one
Contacts from the growth group are not returned to the client after updating Openfire to 3.8
0
Update user displayName in XMPP
0
android asmack private chat in muc group
0
XMPP users must be in the same group to be able to communicate with each other?
0
Add a list from another domain to openfire
0
Openfire: list not returned to user

All Articles