Hi all, I'm using openser from the SVN. The configuration file that I'm using is attached. The server upon receiving PUBLISH, replies with a 200 OK. But doesnt send out NOTIFY.
I want to use the presence modules, without XCAP. I just want the server to send out SUBSCRIBE on the UA's behalf, by looking up the values from the database and also to send out NOTIFY on the UA's behalf, whenever it receives the PUBLISH, all without having anything to do with XCAP. Is this possible ? If yes, what changes do I need to do with the configuration file.
Thank you in advance. Kumar
Did your client subcribe to the presence event?
The server will send a NOTIFY to all clients that have subscribed to the presence event for the presentity, i.e. they have sent a SUBSCRIBE for the presence event. XCAP is not needed for that. I have tested this scenario recently on the trunk and it works fine.