Thanks for your answers, but actually that was not what I needed. I
was looking for sth. like "inlinepush", but for the "left" command. I
understand now that I would need to write my own JS server-side module
and probably save it in APE_Server/scripts/commands (there also lies
the "inlinepush.js"). However, this didn't work till now, but right
now it seems that a simple disconnect works also for me:
client.addEvent('apeDisconnect', function() {
client.core.quit({"name": "{{ username }}"}); // the
{{username}}
is a template variable from django
});
--
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/