From c80dd76f236e41c653a6e6e95c9fa44c586c6a34 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 25 Feb 2010 09:33:18 +0000 Subject: Misc (#1026): fixed wrong documentation of pjsua_acc_config.allow_contact_rewrite git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3109 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjsip') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 8d4d0a97..45f07d90 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -2075,14 +2075,14 @@ typedef struct pjsua_acc_config pjsua_transport_id transport_id; /** - * This option is used to update the UDP transport address and the Contact + * This option is used to update the transport address and the Contact * header of REGISTER request. When this option is enabled, the library * will keep track of the public IP address from the response of REGISTER * request. Once it detects that the address has changed, it will * unregister current Contact, update the Contact with transport address * learned from Via header, and register a new Contact to the registrar. * This will also update the public name of UDP transport if STUN is - * configured. + * configured. * * Default: 1 (yes) */ -- cgit v1.2.3