Just curious, are you using these scheme?

//Load APE Core
client.load();

//Intercept 'load' event. This event is fired when the Core is loaded and
ready to connect to APE Server
client.addEvent('load', function() {... } );

//Listen for the ready event to know when your client is connected
client.addEvent('ready', function() {... } );

You should call client.core.start()  in the load event and join a channel in
the ready event.

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