partysip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Partysip-dev] susbcribe fixed // Need feedback on current source in the


From: Aymeric Moizard
Subject: [Partysip-dev] susbcribe fixed // Need feedback on current source in the CVS.
Date: Wed, 29 May 2002 11:00:45 +0200 (CEST)

This is already fixed in the CVS.
Thanks a lot.

Just helping you on the subscribe issue:
The request-URI in the subsribe message
should be the next hop where the request
should be forwarded. The is currently the
only way for partysip-0.4.4 to handle it.

The CVS contains a new resolver that support
SRV records and a new plugin asking for
statefull mode. The sfp module (handling
the statefull mode is half completed so the
CVS version will not proxy request...

Anyway, I would like to get some feedback on
compilation issue you can get with the SRV
record methods. I suspect I'm using some
non-standard methods and I would like to
know which ones...

Can anyone try to compile on the various UNIX
platforms?

Aymeric

On Tue, 28 May 2002, Vishal Jain wrote:

> Hello Aymeric,
>
> There is a problem in code that I found when SUBSCRIBE requests does not
> work. I found this while gdbing the code. Check src/psp_core2.c:186.
>
> It is
> int psp_core_add_imp_subscribe_hook(imp_func_t *fn, int hookflg)
> {
>   return psp_core_add_imp_hook(core->imp->func_notifys, fn, hookflg);
>                                           ^^^^^^^^^^^^
> }
>
> It should be
> int psp_core_add_imp_subscribe_hook(imp_func_t *fn, int hookflg)
> {
>   return psp_core_add_imp_hook(core->imp->func_subscribes, fn, hookflg);
>                                           ^^^^^^^^^^^^^^^
> }
>
> Still SUBSCRIBE is not working properly, and I am looking into it!
>
> --
> Regards,
> Vishal Jain
> ILX Systems
> New York, NY
>
>
> _______________________________________________
> Partysip-dev mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/partysip-dev
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]