aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-14 20:30:24 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-14 20:30:24 +0000
commit1c704dcef79c640ffdbc259af63c29ac47599e89 (patch)
treead8e2f670c5e5af3b13bd61a3ece984c617eed94 /core
parentb06c5faec463339f95023abb0b1e2aa09dbefd7c (diff)
downloadprosody-1c704dcef79c640ffdbc259af63c29ac47599e89.tar.gz
prosody-1c704dcef79c640ffdbc259af63c29ac47599e89.zip
Update hostname for identi.ca
Diffstat (limited to 'core')
-rw-r--r--core/s2smanager.lua2
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"