There are two groups: bots and moderators. |
Bots group contains three bots. These bots will have the moderators group on their roster. |
Moderators group contains three users. They will have the bots group in their roster. |
Every bot has a group with the moderators. Every moderator will see a virtual group with the bots. |
Shared-roster not updating client
When I update the shared-roster groups (e.g the name) and Submit, it doesn't seem to push the update to my client (PSI) until I log-off and log-on again. How do you get it to update in real-time?
The problem you describe
The problem you describe seems related to this:Presence is not sent for users in shared roster when a newly registered user logs in .
Don't work
I done exactly the same,
I use actually the version 1.1.2 and done exactly the same.
It doesn't work.
The difference is my adresses are not @localhost.
How can I do it ?
Thanks.
Put full JID. Which auth method?
I use actually the version 1.1.2 and done exactly the same.
In fact, those screenshots are from 2005, so you are using a more recent version. I think the ejabberd version is not a problem.
It doesn't work.
The difference is my adresses are not @localhost.
How can I do it ?
Your server name may be localhost, jabber.example.org, example.org or whatever you want. But in this page you must put the full Jabber ID: username@servername. So put bob@localhost,bob@jabber.example.org or whatever.
Do you use internal authentication (the default one), or did you configure it to extauth, LDAP, ODBC or anything else?
not able to get the users in the Roster group
Note : i am able to get @all@ users but i want to get users from same Roster group
i am at same step though here i am using my @server.com but still i am not to this roster
i configured Mysql ODBC not LDAP
Shared roster problem
Re: Shared roster problem
Did you follow the examples provided on the ejabberd guide? Did you follow the example shown here? Are you completely sure you put exactly the same?
That's normal, since SRG are virtual, and are added to the roster sent to the user when he logins.
Shared roster problem
The only difference is that for all the users I use
and not
user@localhost
Shared roster problem
Yes I've tried exactly the same and it doesn't work. Anyway, I did automate adding one or more users to the roster upon new account registration via Perl script using Net::XMPP::Client.