< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
after sending the list subscribtion I get back a document from the presence server which has the following type:
Content-Type:multipart/related;type="application/rlmi+xml";start="< 081daf@xxxxxxxxxxxxxxx>";boundary="081daf9e-1dd2-11b2-8"
I added these types to my notification and subscription:
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, Pidf::getStaticType());
ClientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, Mime("multipart", "related"));
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY,Mime("application", "simple-message-summary"));
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, Mime("application", "rlmi+xml"));
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, Mime("application", "cpim-pidf+xml"));
The OnupdateActive() Callback does not get called after I do this. Do you know if there is support for multipart MIME type?
Subbu
Dien Ba Quang < dienbaquang@xxxxxxxxx> wrote:Sure.
You must create a token and push it back into SIP Message header:
Example:
SipMessage->header(h_Supporteds).push_back(Token(Symbols::NoReferSub));
DBQ.On 5/23/07, Subramanian Kasi Subramanian < subbu.subramanian@xxxxxxxxx> wrote:does the TOKEN have to be initialized to "eventlist"
Subbu
Dien Ba Quang < dienbaquang@xxxxxxxxx> wrote:You can use the following function:
subscribeMessage ->header(h_Supporteds) = TOKEN
Regards,
DBQ.On 5/23/07, Subramanian Kasi Subramanian < subbu.subramanian@xxxxxxxxx > wrote:Hi DBQ
I have created a subscribe message using:
SharedPtr<SipMessage> subscribeMessage = clientDum.makeSubscription(naTo,"presence");
I would like to know how I can add " eventlist" to the Supported header of the above SipMessage
Thank you
Subbu
Moody friends. Drama queens. Your life? Nope! - their life, your story.
Play Sims Stories at Yahoo! Games.
Pinpoint customers who are looking for what you sell.
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.