Re: [reSIProcate] epid parameter?
Never heard of it. You can always reference unknown parameters like this:
static const resip::ExtensionParameter p_xstid("x-stid");
// Extension parameters are be used like other parameters:
msg->header(h_To).param(p_xstid) = "2134";
See http://wiki.resiprocate.org/wiki/index.php?title=Use_Overview for
more docs on how this works.
Jason
On 8/16/05, Sandeep Sharma <ssharma@xxxxxxxxxx> wrote:
> Hello,
>
> What is the "epid" parameter? It seems it is required by LCS for instant
> messaging.
>
> I could not find a reference to it in any of the specs. Did I miss
> anything? Does resiprocate support this parameter? If yes, which header
> file should I look at?
>
> Thanks.
> --
> Sandeep Sharma <ssharma@xxxxxxxxxx>
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>