Kaynağa Gözat

Making a note that the modules_s/tls module is replaced by modules/tls.

(As noted by Jan Janak on the sr-dev mailing list 2009-10-23)
oej 16 yıl önce
ebeveyn
işleme
f91cb9afa0
2 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 1 1
      README-MODULES
  2. 6 0
      modules_s/tls/doc/tls.xml

+ 1 - 1
README-MODULES

@@ -205,7 +205,7 @@ sms			SMS gateway
 speeddial		Proxy :: Speed dialing for users
 textops			Text operations (search, replace)
 timer			triggering specific route block on timer
-tls			TLS module
+tls			TLS module * DEPRECATED * Use the modules/tls module instead
 uac			User agent client
 unixsock
 uri			URI checks

+ 6 - 0
modules_s/tls/doc/tls.xml

@@ -31,6 +31,12 @@
 		<section id="tls.overview">
 		<title>Overview</title>
 		<para>
+		<emphasis>NOTE: This module is deprecated and replaced by the module in the <quote>modules/</quote>
+		directory. This is kept for backwards compatibility.
+		</emphasis>
+		</para>
+		<para>
+	
 			This module implements the TLS transport for ser using the <ulink url="http://www.openssl.org">openssl library</ulink> (http://www.openssl.org). To enable the TLS support this module must be loaded and <emphasis>enable_tls=yes</emphasis> must be added to the ser config file 
 		</para>
 		</section>