|
@@ -1,4 +1,4 @@
|
|
-/*
|
|
|
|
|
|
+/*
|
|
* Copyright (C) 2005 iptelorg GmbH
|
|
* Copyright (C) 2005 iptelorg GmbH
|
|
*
|
|
*
|
|
* This file is part of ser, a free SIP server.
|
|
* This file is part of ser, a free SIP server.
|
|
@@ -37,7 +37,7 @@ typedef struct
|
|
str_t auth_user;
|
|
str_t auth_user;
|
|
/** password used for authentication */
|
|
/** password used for authentication */
|
|
str_t auth_pass;
|
|
str_t auth_pass;
|
|
- /** Accept unverifiable peers (ignore information
|
|
|
|
|
|
+ /** Accept unverifiable peers (ignore information
|
|
* stored in certificate and trust a certificate
|
|
* stored in certificate and trust a certificate
|
|
* without know CA). */
|
|
* without know CA). */
|
|
int enable_unverified_ssl_peer;
|
|
int enable_unverified_ssl_peer;
|
|
@@ -58,7 +58,7 @@ char *xcap_uri_for_users_document(xcap_document_type_t doc_type,
|
|
char *xcap_uri_for_global_document(xcap_document_type_t doc_type,
|
|
char *xcap_uri_for_global_document(xcap_document_type_t doc_type,
|
|
const str_t *filename, xcap_query_params_t *params);
|
|
const str_t *filename, xcap_query_params_t *params);
|
|
|
|
|
|
-/** Sends a XCAP query to the destination and using parameters from
|
|
|
|
|
|
+/** Sends a XCAP query to the destination and using parameters from
|
|
* query variable a returns received data in output variables buf
|
|
* query variable a returns received data in output variables buf
|
|
* and bsize. */
|
|
* and bsize. */
|
|
/* URI is absolute HTTP/HTTPS uri for the query */
|
|
/* URI is absolute HTTP/HTTPS uri for the query */
|