< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] The DUM send 489 Event package not support when received presence SUBSCRIBE.


Sorry, please ignore my previous email, I have solved this issue: need use ServerSubscriptionHandler

thanks

On Wed, Jul 23, 2008 at 11:12 PM, Karlsson <boost.regex@xxxxxxxxx> wrote:
Hi all, when my UA received the presence SUBSCRIBE, it's replied 489 - Event package not support.

I have wrote these code:

    mMasterProfile->addSupportedMethod(SUBSCRIBE);
    static const Data presenceEvent("presence");
    mDum.addClientSubscriptionHandler(presenceEvent, this);

Any thing missed ?

Thanks