I'm trying to set up proxy65 on my jabber server, but it's failing during mktap:
mktap proxy65 --jid=proxy.jabber.mydomain --secret=server --rport=1234
--proxyip=proxy.jabber.mydomain
Traceback (most recent call last):
File "/usr/bin/mktap", line 30, in ?
run()
File "/usr/lib/python2.3/site-packages/twisted/scripts/mktap.py",
line 160, in run
options.subOptions)
File "/usr/lib/python2.3/site-packages/twisted/scripts/mktap.py",
line 56, in makeService
mod.updateApplication(oldapp, options)
File "/usr/lib/python2.3/site-packages/proxy65/proxy65.py", line
268, in updateApplication
Service(ourApp, config)
File "/usr/lib/python2.3/site-packages/proxy65/proxy65.py", line 99,
in __init__
component.Service.__init__(self, config["jid"], serviceParent)
AttributeError: class Service has no attribute '__init__'
can anyone tell me what proxy65 is smoking? Do I need to upgrade twisted?
mktap --version
Twisted version: 1.3.0rc1
twistd --version
twistd (the Twisted daemon) 1.3.0rc1
Copyright (c) 2000-2003 Matthew William Lefkowitz, all rights reserved.
I'm using debian's python2.3-twisted 1.3.0-8 (from testing), but
2.0.1-4 is available in unstable, should I just go ahead and upgrade
it and see if it helps?
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED] Fri Oct 7 11:25:47 2005
From: [EMAIL PROTECTED] (Andreas van Cranenburgh)
Date: Fri Oct 7 11:26:00 2005
Subject: [py-transports] proxy65 mktap fails / call for proxy65
maintainer...
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 10/7/2005, "Norman Rasmussen" <[EMAIL PROTECTED]> wrote:
>can anyone tell me what proxy65 is smoking? Do I need to upgrade twisted?
I don't have time to check my answer, but I'm figuring it's probably
because you have twisted 2.0 and this proxy65 was written for twisted 1.
The modification to make it work is minor and can be found with google,
I think.
there's no maintainer for proxy65, and that's why patches such as utf-8
support for resources, and twisted 2 support for system in 2005, are not
yet comitted to svn (and forget about release of course). PLEASE someone
find the time & experience to maintain proxy65 .......
esp. when jabber will be doing FT for msn, voip and video through
proxy65, they are going to be popular and the software will need to be
maintained.
Andreas