[OpenSIPS-Devel] [xcap table] Mapping between "doc_type" column and	XCAP document type?
    Anca Vamanu 
    anca at opensips.org
       
    Mon Aug 31 09:25:12 CEST 2009
    
    
  
Iñaki Baz Castillo wrote:
> Hi, could I know the exact mapping which identifies a XCAP document type with 
> a integer value in the xcap table "doc_type" column?
>
> Thanks.
>
>
>   
Hi Inaki,
It is in file modules/xcap_client/xcap_callbacks.h
#define PRES_RULES                1<<1
#define RESOURCE_LIST          1<<2
#define RLS_SERVICES             1<<3
#define PIDF_MANIPULATION   1<<4
    
    
More information about the Devel
mailing list