I've searched through these forums and through Google but I haven't seen a way to send a SIP PUBLISH with the 3rd Edition SDK.
A post here has some instructions on how to do it in series 2:
http://discussion.forum.nokia.com/fo...ht=sip+publish
Unfortunately, the line:
reqElems->SetMethodL(_L8("PUBLISH"));
Doesn't work in 3rd edition. The SetMethodL in CSIPRequestElements requires a RStringF. How can I provide the string "PUBLISH" to this method call? Do I have to build my own StringPool? If so how do I do that?
I looked at the file sipstrconsts.h for all the available SIP strings and there is no reference to "PUBLISH".



