"Custom pipe" not "custom uni-pipes". It means that you can do what you
want when you receiv a "SEND" cmd on that pipe.
Btw, indeed, events for specific channel can be done. You can do that
using javascript and it shouldn't be a part of the APE core (at least
not the C core).
Some hint :
- http://mootools.net/docs/core/Native/Event <== extend channel/users
with this class
- wrapping around generics events (Ape.addEvent("onJoin") => MooTools
fireEvent()...
I would be greatful if anyone find the time to work on this ;)
Anthony
nouknouk a écrit :
Ok, saw it.
Does that mean it is only for custom uni-pipes ?
No support for multi pipes ? If so, is there any reason ?
And what about the idea to include in APE server several events for
one specific channel (including join, left, beforeJoin AND onSend) ?
Thanks in advance.
Nouk²
On 15 mar, 22:45, Anthony Catel <[email protected]> wrote:
Hi,
onSend is used for "custompipe".
Look at "proxy.js" ;)
Anthony
--
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/