Hello,
We can read in README (pa module)
1.3.4. pa_domain (string) Hostname of xcap server associated with presence agent. Example 1-4. Set default_expires parameter ... modparam("pa", "pa_domain", "ser.example.com") ...
Does ser is a XCAP server ?
Regards
Harry
__________________________________________________________________ Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
harry gaillac wrote:
Hello,
We can read in README (pa module)
1.3.4. pa_domain (string) Hostname of xcap server associated with presence agent. Example 1-4. Set default_expires parameter ... modparam("pa", "pa_domain", "ser.example.com") ...
Does ser is a XCAP server ?
SER does not implement XCAP. I'll have to look at the code, but I think that pa_domain is the equivalent of the domain parameters used by other modules such as usrloc. I have a tiny python XCAP implementation available here: http://pals.internet2.edu/downloads/xcap/xcap-0.1.tar.gz
-Jamey