diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-14 20:30:24 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-14 20:30:24 +0000 |
commit | 1c704dcef79c640ffdbc259af63c29ac47599e89 (patch) | |
tree | ad8e2f670c5e5af3b13bd61a3ece984c617eed94 /core | |
parent | b06c5faec463339f95023abb0b1e2aa09dbefd7c (diff) | |
download | prosody-1c704dcef79c640ffdbc259af63c29ac47599e89.tar.gz prosody-1c704dcef79c640ffdbc259af63c29ac47599e89.zip |
Update hostname for identi.ca
Diffstat (limited to 'core')
-rw-r--r-- | core/s2smanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua index 490dfec4..bec1c29b 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -24,7 +24,7 @@ local md5_hash = require "util.hashes".md5; local dialback_secret = "This is very secret!!! Ha!"; -local srvmap = { ["gmail.com"] = "talk.google.com", ["identi.ca"] = "longlance.controlezvous.ca", ["cdr.se"] = "jabber.cdr.se" }; +local srvmap = { ["gmail.com"] = "talk.google.com", ["identi.ca"] = "hampton.controlezvous.ca", ["cdr.se"] = "jabber.cdr.se" }; module "s2smanager" |