Hi,
I’m usng OpenFire for a chat project.
Using Strophe.js to connect to the server.
-
I’ve got User, Auth and Group jdbc providers configured…
-
Connection to server can be established by clients
-
messages can be send and recieved
-
Users and Groups are created by my web application
And now I want to retrieve presence updates from group members.
I’ve noticed that when I make a group into a shared group…
and set the sharedRoster.showInRoster to onlyGroup…
I do recieve updates on group members.
What I want is to recieve presence updates from group members
I think I only need to:
a. change group properties through the jdbc Group provider
OR
b. a way to create shared groups through the jdbc group provider
Cheers,
Tom.