Is there any way to disable APE's nickname feature required by
client.core.start()?

In my app, every channel will have only one user, and the channel name
will be the user's UUID. However, it seems the ready event won't fire
unless you provide a globally unique nick name on every page load.
Even more frustratingly, I can't use my 32-character UUID because JSF
restricts the nick to less than 20 characters, and even if I could,
reloading the page with a the same nick gives me the error
"NICK_USED".

How do you "free" up a previously used nick or remove the requirement
to provide a name to the client.core.start()?

Thanks,
Chris

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