added two more proxies in the config

This commit is contained in:
Dimitur Kirov 2005-08-11 20:27:23 +00:00
parent 5bb3148d8f
commit 99a20589bf
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,9 @@ class Config:
'try_connecting_for_foo_secs': [ opt_int, 60 ],
'max_stanza_per_sec': [ opt_int, 5],
'http_auth': [opt_str, 'ask'], # yes, no, ask
'file_transfers_proxy': [opt_str, 'proxy.jabber.org'] # proxy65 for FT
# proxy65 for FT
'file_transfer_proxies': [opt_str,
'proxy.jabber.org, proxy65.jabber.autocom.pl, proxy.jabber.cd.chalmers.se']
}, {}),
'statusmsg': ({
'message': [ opt_str, '' ],