auth.xml 996 B

123456789101112131415161718192021
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!DOCTYPE section PUBLIC '-//OASIS//DTD DocBook XML V4.2//EN'
  3. 'http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'>
  4. <section><title>Authorization implementation</title>
  5. <para>Authorization is one of key elements within presence server. PA module
  6. supports only XCAP authorization now.</para>
  7. <para>Internal subscriptions may use default settings only (XCAP root, XCAP
  8. parameters) which is insufficient! Can we use separate route in config to
  9. set this? Or manipulate directly with XCAP module data members/functions for
  10. setting them?
  11. </para>
  12. <para>We will use <quote>delayed authorization</quote> from now. When is the
  13. presentity created, authorization rules are empty and they are asynchronously
  14. requested from XCAP. As soon as they arrive all watchers for presentity are
  15. reauthorized. Authorization rules are checked after some amount of time
  16. according to settings (this eliminates need of notification changes from XCAP
  17. for now).</para>
  18. </section>