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
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
>
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
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