I communicate with the APE server in two ways! On php side, to manage the channels and the users (Join User to Channel, everything do php). The Client only loggon to the APE Server with SESSION to CHECK'out for some messages. The CONNECT, JOIN, LEFT and other standard commands are all hooked, to refuse the Browser Client to do the actions itself.
Now here is the Problem: When i send a command from PHP to the APE Server a Command, i NEED a response. Like a: info.subuser.sendResponse() I NOT want send the raw to every Browser (Frequency). Sometimes there are content in the Raw for PHP that the user not have to be seen. The subuser Class is documented, but not implemented. However there is no SendResponse Method in the subuser class. But i can use the SendRaw Method. How can i solve the problem? Sorry for my english. -- 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/
