diff options
author | <robert.mcqueen@collabora.co.uk> | 2006-05-18 17:52:37 +0000 |
---|---|---|
committer | <robert.mcqueen@collabora.co.uk> | 2006-05-18 17:52:37 +0000 |
commit | b8a2e161111b65ae1dd188a69fcd685becb6be9f (patch) | |
tree | 3fdaff1d97b84477de0e109f4476ba6ff4fc0bd9 /data | |
parent | 0fba3e3d014a76ef295bfefc74f4bceb38e6aa1c (diff) |
don't expose stun relay properties as connection parameters, remove meaningless defaults
Diffstat (limited to 'data')
-rw-r--r-- | data/gabble.manager | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/data/gabble.manager b/data/gabble.manager index e7493c10d..1b44f68d6 100644 --- a/data/gabble.manager +++ b/data/gabble.manager @@ -17,12 +17,6 @@ param-https-proxy-port = q param-fallback-conference-server = s param-stun-server = s param-stun-port = q -param-stun-relay-magic-cookie = s -param-stun-relay-server = s -param-stun-relay-udp-port = q -param-stun-relay-tcp-port = q -param-stun-relay-ssltcp-port = q -param-stun-relay-username = s -param-stun-relay-password = s default-port = 5222 -default-old-ssl = 0 +default-https-proxy-port = 443 +default-stun-port = 3478 |