Look at nickname.js


2011/7/26 Stefan Aichholzer <[email protected]>

> Hello, is there a way to not provide a name on client start:
>
>   client.core.start({"name":""});
>
> Imageine I have a 1000 users, and propting for a name can be
> bothering. By default the server should assign a random (maybe
> timestamp) based name to each client. I have tried something like
> this, but I get a BAD_NICK response.
>
>   var identity = new Date().getTime();
>   client.core.start({"name":identity});
>
> Any ideas would be much appreciated.
> Thank you
>
> --
> 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/
>

-- 
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/

Reply via email to