|
|
@@ -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.
|