Hi,
I've customized the ejabberd authentication module such that it accepts a ticket instead of username/password. A username is returned by a CAS service when the ticket got authenticated.
My question is how can I send the username to the jabber client (that sent the ticket) so that the client displays that username.
Thank you.