Can i have a custom configuration where new registered users can be added
automatically to rosters of some particular users group and the
OFFLINE users need to be deleted from roster group as well as from registration .
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Can i have a custom configuration where new registered users can be added
automatically to rosters of some particular users group and the
OFFLINE users need to be deleted from roster group as well as from registration .
Maybe possible with Anonymous logins
This looks quite a strange feature.
new registered users can be added automatically to rosters of some particular users group
Define a new shared roster group: groupall
members: @all@
And another group: helpgroup
members: bob@localhost tom@localhost
display: groupall
and the OFFLINE users need to be deleted from roster group as well as from registration.
Then you don't want persistent accounts. Check SASL Anonymous and Anonymous Login in the ejabberd Guide.
Elaboration of the original problem...
Hi I am colleague of dev_406 .
We essentially want to setup a chat based helpdesk similar to liveperson etc.
The visitors of our website say clicks a button he gets connected to the helpdesk
agent who is always logged into the jabber server waiting for new clients.