$NetBSD: patch-aa,v 1.3 2010/07/26 01:47:32 schnoebe Exp $

# set a reasonable port for connecting to the jabber server.

--- twisted/plugins/proxy65_plugin.py.orig	2008-11-22 05:04:58.000000000 -0600
+++ twisted/plugins/proxy65_plugin.py
@@ -37,7 +37,7 @@ class Options(usage.Options):
     optParameters = [('jid', None, 'proxy65'),
                      ('secret', None, None),
                      ('rhost', None, '127.0.0.1'),
-                     ('rport', None, '6000'),
+                     ('rport', None, '5347'),
                      ('proxyips', None, None)]
 
 
