I have notifications (which are currently working) and a friend stream
on my site.

The notification is loaded on every site, the stream just on one site.

My idea: Join the stream channel with ape.join().

so i have this code

 client.load({
            'complete': function(ape){
                console.log("hi");
                // join new chanals
            ape.join(['stream_1', 'stream_2']);
                new APEStream(ape).initialize();

            }
});

and of course, i dont re-init the client object. the console says: hi
but i'm sure it doesn't join ):

http://www.ape-project.org/docs/client/core/join.html here i found the
method

i just make a running version by init. 2 Ape Objects. but i need them
to be able to join chanels on the fly.

What am i doing wrong?


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