Skip to Content.
Sympa Menu

wg-pic - [Fwd: Re: PA Module Changes]

Subject: Presence and IntComm WG

List archive

[Fwd: Re: PA Module Changes]


Chronological Thread 
  • From: Candace Holman <>
  • To: ,
  • Subject: [Fwd: Re: PA Module Changes]
  • Date: Thu, 27 Oct 2005 18:42:10 -0400

On behalf of the PIC working group I'd like to extend my thanks to Vaclav Kubart for his work on synchronizing the PIC-SER PA module with a current version of SER.
As noted in the details of his email excepts below, Vaclav has issued a PIC-SER PA module that is partly incorporated with SER, so it can be used as a replacement for PIC-SER functionality. We need to help this project along by testing as soon as possible and reporting any bugs that we find.

Here are the tentative plans we discussed on the conference call today. If you have some time in the next few weeks please help out! (Reply to the list if you can help.)

- research how to install it on pals-dev for testing
- install on pals-dev
- document how to install it on other servers, update the README
- gather volunteers to install on their own systems
- gather pals-dev or self-installed volunteer testers
- publish results continually over the next one to two weeks

Thanks,
Candace

===========================================================

Please if you find a bug report it to our "bugzilla" (http://bugs.sip-router.org/secure/CreateIssue.jspa).

I will continue with RLS improvements and SER and PIC-SER join in next days. And documentation of course... :-)

I made any changes in PA module now. The main advantage is corrected
working with database (so that subscriptions are correctly stored into
database and reloaded after startup). Other thing is, that PA is now
prepared for authorization.

I used some code from PIC-SER, but for example the XCAP authorization
was too simplified there, so I had to do it more carefuly.

I also added the resource lists server module (RLS) which comunicates
internaly with PA (no subscriptions to external servers are possible
yet).

Usage of PA module is now a bit problematic:
- it needs DIALOG module (must be loaded after TM module and before
PA, RLS and such modules)
- it needs compiled and installed libraries from ser's lib directory
(and they need external libraries: libxml2, libcurl3)
- compilation and instalation of these libraries is not included in
main ser makefiles now; to install them run "make -f Makefile.ser
install" in lib directory (prefix may be set as in the case of ser
make)
- running with these libraries needs to say to linker the path,
where they are - for example:
export LD_LIBRARY_PATH=/usr/local/lib/ser
ser

Detailed description of all "presence stuff" (with examples,
references to drafts, development status, ...) will be added soon to
the CVS.





  • [Fwd: Re: PA Module Changes], Candace Holman, 10/27/2005

Archive powered by MHonArc 2.6.16.

Top of Page