Avatar

Level 3

Hi,

I'm creating an auth token using php with

$session->getAuthenticationToken($secret, $userId, $userName, $userRole);

In the roster and in the SimpleChat log I see the userID instead of the user name.

Is there a way to change that?

Thanks