You can get user properties client side. See 
http://www.ape-project.org/docs/client/core/user.html

For example, ape.user.properties.ID or ape.core.user.properties.ID if you're 
using Mootools. 
But there is a catch. Those properties only update client side when the user 
join a channel. So it need to be defined before joining a channel. The "name" 
is a good example and you can find how it is setup in the server file 
"nickname.js". 

Otherwise, you can still define user properties server side and get it client 
side with a command that return what you need.

  - Louis

Envoyé de mon iPad

Le 2012-07-15 à 04:15, Auryn <arcanes-lunai...@hotmail.fr> a écrit :

> So how can I send the id of the user in the event userLeft ?
> Maybe with the properties but I don't understand how it work to set a 
> property on the server-side and get the property on the client-side.... :/

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-project@googlegroups.com
To unsubscribe from this group, send email to
ape-project+unsubscr...@googlegroups.com
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