diff idavoll/tap.py @ 155:5191ba7c4df8

Work towards first release 0.5.0. - Add licensing information (MIT) - Improve installation instructions. - Use new plugins framework in twisted.
author Ralph Meijer <ralphm@ik.nu>
date Mon, 21 Aug 2006 16:05:35 +0000
parents cf918d581da5
children 6250905b72f6
line wrap: on
line diff
--- a/idavoll/tap.py	Thu Jun 29 08:38:24 2006 +0000
+++ b/idavoll/tap.py	Mon Aug 21 16:05:35 2006 +0000
@@ -1,3 +1,6 @@
+# Copyright (c) 2003-2006 Ralph Meijer
+# See LICENSE for details.
+
 from twisted.application import internet, service
 from twisted.internet import interfaces
 from twisted.python import usage
@@ -6,9 +9,9 @@
 class Options(usage.Options):
 	optParameters = [
 		('jid', None, 'pubsub'),
-		('secret', None, None),
+		('secret', None, 'secret'),
 		('rhost', None, '127.0.0.1'),
-		('rport', None, '6000'),
+		('rport', None, '5347'),
 		('backend', None, 'memory'),
 		('dbuser', None, ''),
 		('dbname', None, 'pubsub'),