Re: [reSIProcate-users] The DUM send 489 Event package not support when received presence SUBSCRIBE.
If you are receiving subscriptions you need to implement a
ServerSubscriptionHandler -
DialogUsageManager::addServerSubscriptionHandler.
Scott
On Wed, Jul 23, 2008 at 11:12 AM, 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
>
> _______________________________________________
> resiprocate-users mailing list
> resiprocate-users@xxxxxxxxxxxxxxx
> List Archive: http://list.resiprocate.org/archive/resiprocate-users/
>