If you are sending a message to a channel APE will only send to the people
who are currently subscribed to that channel.

If you need to do other computation when user joins or leaves channel there
is this event: ( http://www.ape-project.org/docs/server/events/left.html ).

Here is an example that allows you to add join and leave events on specific
channels. The example adds join and leave events specifically for a channel
called 'main' that is used to implement a counter for the number of users
currently in the channel 'main'. ( http://paste.mootools.net/f3b1ca93 )

--Perrin
CrypticSwarm


On Tue, May 11, 2010 at 9:08 AM, Sudeep S <[email protected]> wrote:

> Dear All,
>  Is there any way to identify that when a user leaves a channel, the
> APE server should not send any more messages for that user on the
> channel.
>
> Thanks in advance
>
> Regards,
> Sudeep Sunthankar
>
> --
> 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]<ape-project%[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