[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2340: Old Jabber clients apparently use port 5223 for encrypted co (in vidalia/trunk: . src/vidalia/config)
Author: edmanm
Date: 2008-02-07 14:24:19 -0500 (Thu, 07 Feb 2008)
New Revision: 2340
Modified:
vidalia/trunk/
vidalia/trunk/src/vidalia/config/serverpage.cpp
Log:
r109@lysithea: edmanm | 2008-02-07 14:22:48 -0500
Old Jabber clients apparently use port 5223 for encrypted connections. So,
include that port as part of the "Instant Messaging" exit policy checkbox.
Resolve ticket #333.
Property changes on: vidalia/trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r109] on 90112fd6-a33b-4cea-8d39-48ff1d78625c
Modified: vidalia/trunk/src/vidalia/config/serverpage.cpp
===================================================================
--- vidalia/trunk/src/vidalia/config/serverpage.cpp 2008-02-06 05:32:54 UTC (rev 2339)
+++ vidalia/trunk/src/vidalia/config/serverpage.cpp 2008-02-07 19:24:19 UTC (rev 2340)
@@ -63,7 +63,7 @@
/** Ports represented by the "Instant Messaging" checkbox.
* (703,1863,5050,5190,5222,8300,8888) */
#define PORTS_IM (QStringList() << "706" << "1863" << "5050" << "5190" \
- << "5222" << "8300" << "8888")
+ << "5222" << "5223" << "8300" << "8888")
/** Ports represented by the "Internet Relay Chat" checkbox.
* (6660-6669,6697) */
#define PORTS_IRC (QStringList() << "6660-6669" << "6697")