--- jwchat-20060721/config.js.orig 2006-07-21 09:38:00 +0400 +++ jwchat-20060721/config.js 2007-01-23 12:29:04 +0300 @@ -53,6 +53,14 @@ */ var BACKENDS = [ + { + name:"Local Connect", + description:"Simple Polling", + httpbase:"http-poll/", + type:"polling", + servers_allowed:[SITENAME, 'gmail.ru', 'jabber.ru', 'jwchat.org'] + + }, { name:"Open Relay", description:"HTTP Binding backend that allows connecting to any jabber server", @@ -63,7 +71,7 @@ ]; var DEFAULTRESOURCE = "jwchat"; -var DEFAULTPRIORITY = "10"; +var DEFAULTPRIORITY = "5"; /* DEFAULTCONFERENCEGROUP + DEFAULTCONFERENCESERVER * default values for joingroupchat form