I am thinking that when a Browser DOM element subscribes to a Comet
channel, it should also be able to receive a Comet message. On
receiving a comet message from the server (or another client), the
client passes it to the subscribing DOM element. This means that the
client will need to maintain a map of all subscribing elements keyed
by the channel name.