Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37895475
en ru br
ALT Linux repos
S:1.0-alt1.beta3
5.0: 1.0-alt1.beta3
4.1: 1.0-alt1.beta3
4.0: 20060721-alt1

Group :: System/Servers
RPM: jwchat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jwchat.patch
Download


--- 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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin