Explorar el Código

re-gen config

Mike hace 3 meses
padre
commit
1d3db40c16
Se han modificado 2 ficheros con 4 adiciones y 6 borrados
  1. 2 3
      config/settings.env
  2. 2 3
      config/ssl/settings.env

+ 2 - 3
config/settings.env

@@ -81,9 +81,8 @@ export ICQ_LEGACY_ENABLED=true
 export ICQ_LEGACY_UDP_LISTENER=0.0.0.0:4000
 
 # Comma-separated list of supported ICQ protocol versions. Valid values: 1, 2,
-# 3, 4, 5. V1 is logging only (not implemented). V2 is partial (login sequence
-# incomplete).
-export ICQ_LEGACY_VERSIONS=3,4,5
+# 3, 4, 5. V1 is logging only (not implemented).
+export ICQ_LEGACY_VERSIONS=2,3,4,5
 
 # Session timeout for legacy ICQ connections. Sessions are cleaned up after this
 # duration of inactivity.

+ 2 - 3
config/ssl/settings.env

@@ -95,9 +95,8 @@ export ICQ_LEGACY_ENABLED=true
 export ICQ_LEGACY_UDP_LISTENER=0.0.0.0:4000
 
 # Comma-separated list of supported ICQ protocol versions. Valid values: 1, 2,
-# 3, 4, 5. V1 is logging only (not implemented). V2 is partial (login sequence
-# incomplete).
-export ICQ_LEGACY_VERSIONS=3,4,5
+# 3, 4, 5. V1 is logging only (not implemented).
+export ICQ_LEGACY_VERSIONS=2,3,4,5
 
 # Session timeout for legacy ICQ connections. Sessions are cleaned up after this
 # duration of inactivity.