Yes, of course. I can add some properties to user, such ID or Avatar image. And I already modified nickname,js to handle this. Also I can remove checking of unique NICKNAME inside nickname.js.
But the problem is when I received error 404 and do login again without checking existing user with this NICK_NAME, it will be two users with same NICKNAME on channel for 1 minute. On 19 фев, 05:19, Nouk NOUK <[email protected]> wrote: > Hi Alexey, > > about nickname, if you want to use your own identification mechanism, you > may want simply avoid the use of the one used bu defaut by ape server. > > If so, simply edit your 'main.ape.js' file (server side) and remove the > following line: > > include("examples/nickname.js"); > > That way, wou will be able to use APE sessions with the 'connexion' > parameters you choose (or even no parameter at all). > > Best regards, > > Nouk² -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
