Re: [Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Ralph Meijer
On Wed, 2010-03-03 at 22:25 +0100, Ralph Meijer wrote: > On Wed, 2010-03-03 at 14:32 -0500, Drew Smathers wrote: > > On Wed, Mar 3, 2010 at 1:56 PM, Werner Thie > > wrote: > > [..] > > > > After some fiddling around it seems that the code at line 282 > > in > > twisted\word

Re: [Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Ralph Meijer
On Wed, 2010-03-03 at 14:32 -0500, Drew Smathers wrote: > On Wed, Mar 3, 2010 at 1:56 PM, Werner Thie > wrote: > [..] > > After some fiddling around it seems that the code at line 282 > in > twisted\words\protocols\jabber\xmlstream.py presets the sid of > the >

Re: [Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Drew Smathers
On Wed, Mar 3, 2010 at 1:56 PM, Werner Thie wrote: > Hi > > Starting twistd xmpp-router and trying to connect to it with a component > from the wokkel examples > > """ > An XMPP Ping server as an external server-side component. > > This ping server assumes the domain C{'ping'}. > """ > import sys

[Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Werner Thie
Hi Starting twistd xmpp-router and trying to connect to it with a component from the wokkel examples """ An XMPP Ping server as an external server-side component. This ping server assumes the domain C{'ping'}. """ import sys from twisted.python import log from twisted.application import app, s