[Twisted-Python] [Twisted-Jabber] [ANNOUNCE] Wokkel 0.7.0

2012-01-23 Thread Ralph Meijer
Hi! I am proud to announce version 0.7.0 of Wokkel, a set of enhancements on the Jabber/XMPP support in Twisted Words. http://wokkel.ik.nu/releases/0.7.0/wokkel-0.7.0.tar.gz The highlights: * Protocol support for Publish-Subscribe subscription options, subscription identifiers and no

[Twisted-Python] Twisted 12.0.0pre1 is here!

2012-01-23 Thread Thomas Hervé
Hello there Twisted people, Reading that title, I hear you saying: "Already?". But yes, now is already the time to test a freshly released version of Twisted. You can find the carefully prepared tarballs here: http://people.canonical.com/~therve/Twisted/12.0.0pre1/ 47 tickets are closed b

Re: [Twisted-Python] How to be sure a ssl connection was completed correctly

2012-01-23 Thread Itamar Turner-Trauring
On 01/23/2012 08:46 AM, Hanusz L. wrote: > Hi, > > I'm using the pull method to send events to clients (with xmlrpc over ssl). > The events are in a queue and when a client calls my 'get_event' xmlrpc > function; I get one event from the queue and send it to the client. > > The problem is that I w

[Twisted-Python] How to be sure a ssl connection was completed correctly

2012-01-23 Thread Hanusz L .
Hi, I'm using the pull method to send events to clients (with xmlrpc over ssl). The events are in a queue and when a client calls my 'get_event' xmlrpc function; I get one event from the queue and send it to the client. The problem is that I want to be sure that the client receives all the event