Hi

Have a look at this. When a user join a channel, this event is fired client 
side.
http://www.ape-project.org/docs/client/events/userjoin.html

  - Louis

Le 2012-02-06 à 13:12, Giuseppe Mastrandrea a écrit :

> Hello everyone, proud ape developers!
> I'm trying to implement a chat system with custom commands/raws, a bit
> different from the example on ape-project website.
> 
> There is something, though, that i still can't understand.
> 
> I have to update the users list, so i thought i could build a client-
> side hashmap containing informations about the currently logged in
> users. Fine, but what event should i listen for?
> 
> I see, when i try to connect with my user, a row named "LOGIN" in
> firebug; when i try to connect from chrome on the same channel i see
> instead (on firebug) the JOIN raw, who has got informations similar to
> LOGIN raw.
> 
> Shouldn't i listen for the "CHANNEL" event to have new
> users'notifications?? I read this:
> 
> http://www.ape-project.org/wiki/index.php/Protocol_Basics
> 
> ...and that's what i understood.
> 
> So, i ask... what event should i listen for, to track a user's
> connection into a channel?
> 
> -- 
> 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