[reSIProcate] Extending Resiprocate Stack to support attachment in 200 OK for NOTIFY
Hi,
I am using
SUBSCRIBE-NOTIFY mechanism in my module.
I am using Resiprocate
Stack.
Consider the
following scenario:
"A" SUBSCRIBEs
to "B" for Event Notifications.
"B" will NOTIFY "A"
for the state changes.
200 OK is sent for
the NOTIFY from "A" to "B"
I want to provide some information to the notifier
in 200 OK.
I had mailed
sip-implementors mailing list and I had got a reply that body is
allowed in 200 OK for NOTIFY.
But in Resiprocate, there is no support
for Subscriber sending attachment in 200
OK
ClientSubscription Class doesnt provide method to
attach body for 200 OK.
It has acceptUpdate() which will return 'int' but not a 'SipMessage' to attach the body and
send.
I am extending the stack to support
this.
Can I submit the changes to the
Project?
Is it acceptable?
Regards,
Parimala