Ignore:
Timestamp:
Jul 1, 2008 3:31:59 PM (16 years ago)
Author:
bennylp
Message:

Ticket #552: Added TLS server name extension to support connecting to multi-hosted SIP TLS server (thanks Klaus Darilion for the suggestion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transport_tls.h

    r2039 r2094  
    108108     */ 
    109109    pj_str_t    ciphers; 
     110 
     111    /** 
     112     * Optionally specify the server name instance to be contacted when 
     113     * making outgoing TLS connection. This setting is useful when the 
     114     * server is hosting multiple domains for the same TLS listening 
     115     * socket. 
     116     * 
     117     * Default: empty. 
     118     */ 
     119    pj_str_t    server_name; 
    110120 
    111121    /** 
Note: See TracChangeset for help on using the changeset viewer.