I'm using Orbited to build a Comet chat system on a PHP-based website. However, currently any user can subscribe or post to any channel.
What I'm looking to do is have the browser listen for updates directly from the Orbited server, and have all other actions (subscribe, send) handled by a PHP authentication layer, which communicates with Orbited via sockets. Is there a way to do this, or am I going to need a more robust messaging queue?