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
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
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, 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 behalf of Twisted Matrix Laboratories, I am honored to announce the
release of Twisted 10.0.
Highlights include:
* Improved documentation, including "Twisted Web in 60 seconds"
* Faster Perspective Broker applications
* A new Windows installer that ships without zope.interface
* Twisted
It turns out that the situation described in my last email, where the server
buffers strings due to the socket Send-Q saturation never arises in our
production system, it was an artifact of high load testing in the lab
environment.
I "fixed" the memory leak, and I still do not understand what caus
Hi All,
I've been struggling with this issue off and on for the better part of
a month now. Having implemented a simple git SSH server using some of
the Conch examples in the official documentation, I encountered an
issue that would cause a git client to throw an error only part of the
time.
The