plugins/mod_selftests.lua

changeset 428
e717ecc97d2e
parent 375
a6a4ea3633b0
child 438
193f9dd64f17
--- a/plugins/mod_selftests.lua	Wed Nov 26 15:58:04 2008 +0000
+++ b/plugins/mod_selftests.lua	Wed Nov 26 18:25:03 2008 +0000
@@ -4,7 +4,7 @@
 local core_route_stanza = core_route_stanza;
 local socket = require "socket";
 local config = require "core.configmanager";
-local ping_hosts = config.get("*", "mod_selftests", "ping_hosts") or { "jabber.org" };
+local ping_hosts = config.get("*", "mod_selftests", "ping_hosts") or { "coversant.interop.xmpp.org", "djabberd.interop.xmpp.org", "djabberd-trunk.interop.xmpp.org", "ejabberd.interop.xmpp.org", "openfire.interop.xmpp.org" };
 
 local open_pings = {};
 

mercurial