Changeset 2340

Show
Ignore:
Timestamp:
02/07/08 14:24:19 (10 months ago)
Author:
edmanm
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/vidalia/config/serverpage.cpp

    r2186 r2340  
    6464 * (703,1863,5050,5190,5222,8300,8888) */ 
    6565#define PORTS_IM     (QStringList() << "706" << "1863" << "5050" << "5190" \ 
    66                                     << "5222" << "8300" << "8888") 
     66                                    << "5222" << "5223" << "8300" << "8888") 
    6767/** Ports represented by the "Internet Relay Chat" checkbox.  
    6868 * (6660-6669,6697) */