tags:

views:

92

answers:

1

Hi,

I am using jaxl library for bot development on my debian server with openfire.

Now i want to apply pubsub functionality to it.

My scenario is : user subscribes to an event & when an event occurs message is sent to all the subscribers.

I am confused how to implement pubsub through im.

Please help

Thanks

A: 

Well, you would need some kind of persistent message store. Apache's ActiveMQ and the STOMP protocol would be pretty easy to implement from PHP.

TML