Module: sip-router
Branch: master
Commit: f25202a6d1a8713524985f83304230556c036da7
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f25202a6d1a8713524985f83304230556c036da7

Author: Jason Penton <[email protected]>
Committer: Jason Penton <[email protected]>
Date:   Fri Nov  9 12:28:19 2012 +0200

modules_k/xcap_server: fixed length of pres-content AUID

---

 modules_k/xcap_server/xcap_misc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/xcap_server/xcap_misc.c 
b/modules_k/xcap_server/xcap_misc.c
index d817c1c..540e190 100644
--- a/modules_k/xcap_server/xcap_misc.c
+++ b/modules_k/xcap_server/xcap_misc.c
@@ -56,7 +56,7 @@ xcaps_auid_list_t xcaps_auid_list[] = {
                        '/', XCAP_CAPS },
        { { "org.openmobilealliance.user-profile", 35},
                        '/', USER_PROFILE },
-       { { "org.openmobilealliance.pres-content", 15},
+       { { "org.openmobilealliance.pres-content", 35},
                        '/', PRES_CONTENT },
        { { "org.openmobilealliance.search", 29},
                        '?', SEARCH },


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to