Hi,

There are events :

Ape.addEvent('join', function(user, channel) {
     var channame = channel.getProperty('name');
});

Is this what you were looking for?

Anthony

molicule a écrit :
Hi,

Is there a server-side way to introspect the ape server to determine
things like
Names & no. of users signed onto a given channel at any given time.

If not, than can one write a server plugin to do this? If yes, than
where in the source would
I go look for routines that I could call to elicit the info.

Besides users in a channel, is info such as time when last-active etc.
maintained if
not what is the suggested way of building a mechanism to store and
retrieve suchlike
info.

Thanks
S. Sriram


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