To get a better understanding of nicknames, I recommend this: http://www.xosofox.de/2010/10/ape-user-handling/ APE User Handling – reduce the WTF (and why there is no getUserByName)
On 27 Jul., 18:55, Tyler Slater <[email protected]> wrote: > actually, you don't even need nickname.js. comment it out in > main.ape.js. the ape server gives you a pubid which is good enough. > the nickname is just a more visually pleasing name for users to view > eachother by. > > On Jul 27, 10:51 am, Tyler Slater <[email protected]> wrote: > > > > > > > > > this should stop your BAD_NICK response > > > On Jul 27, 10:49 am, Tyler Slater <[email protected]> wrote: > > > > my brother, > > > > i think this may help you. you want to keep nickname.js. edit this line > > > > if (params.name.length > 16 || params.name.test('[^a-zA-Z0-9]', 'i')) > > > return > > > ["006", "BAD_NICK"]; > > > > you could probably take out this part: " > > > ||params.name.test('[^a-zA-Z0-9]', > > > 'i') " and then go with your previous attempt > > > > var identity = new Date().getTime(); > > > client.core.start({"name":identity}); > > > > on the client side > > > > On Wed, Jul 27, 2011 at 10:29 AM, Stefan Aichholzer <[email protected]> > > > wrote: > > > > > Yes, I found it, but what do I do in it, just disable the nickname on > > > > connection?, will APE then assign a default name? > > > > > 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/
