Module: sip-router
Branch: master
Commit: ad3bf117a788f87d6da942605445cba0b6224fd0
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad3bf11…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sat May 14 10:42:40 2011 +0200
xcap_client: defined internal types for USER_PROFILE and PRES_CONTENT
- part of patch by Peter Dunkley
---
modules_k/xcap_client/xcap_callbacks.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules_k/xcap_client/xcap_callbacks.h
b/modules_k/xcap_client/xcap_callbacks.h
index ae04bfb..13b5a8f 100644
--- a/modules_k/xcap_client/xcap_callbacks.h
+++ b/modules_k/xcap_client/xcap_callbacks.h
@@ -36,6 +36,8 @@
#define RLS_SERVICE 1<<3
#define PIDF_MANIPULATION 1<<4
#define XCAP_CAPS 1<<5
+#define USER_PROFILE 1<<6
+#define PRES_CONTENT 1<<7
/* callback function prototype */