On 4/29/06, James Bunton <[EMAIL PROTECTED]> wrote: > > according to config-example.xml, groupchatTimeout should be something > > like: > > > > <!-- <groupchatTimeout>120</groupchatTimeout> --> > >
Can I get one of these for initial session connection (maybe SSL) timeout? I think most of my connection errors are due to my server being slow, and allow the connections to take longer to establish would be very useful. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Sat Apr 29 19:56:47 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Sat Apr 29 19:57:07 2006 Subject: [py-transports] pymsnt: very small bug in jabber:iq:version In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 4/29/06, Pedro Melo <[EMAIL PROTECTED]> wrote: > In reply to a jabber:iq:version, pymsnt replies: > > <iq from="my_msn_buddy" type="result" id="aae0a" > to="[EMAIL PROTECTED]/SAPO" > > <query xmlns="jabber:iq:version"> > <name>Gateway para MSN</name> > <version>0.11-dev - SVN r0</version> > <os>Python2.3.5 - linux2</os> > </query> > </iq> > > The <version>, the SVN release is missing. > It works fine for me. Is it possible that PyMSNt couldn't find the svn status xml file? Are you using .svn or _svn dirs? PS: Just a heads up, the Psi devs have removed support for iq:version in 0.11 and will only be displaying the client caps details. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Sun Apr 30 01:38:57 2006 From: [EMAIL PROTECTED] (James Bunton) Date: Sun Apr 30 01:39:11 2006 Subject: [py-transports] PyMSNt, rev 144: bug with groupchatTimeout In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 30/04/2006, at 5:53 AM, Norman Rasmussen wrote: > On 4/29/06, James Bunton <[EMAIL PROTECTED]> wrote: >> > according to config-example.xml, groupchatTimeout should be >> something >> > like: >> > >> > <!-- <groupchatTimeout>120</groupchatTimeout> --> >> > > > Can I get one of these for initial session connection (maybe SSL) > timeout? > > I think most of my connection errors are due to my server being slow, > and allow the connections to take longer to establish would be very > useful. You can try editing src/tlib/msn/msnw.py and looking for this line > self.timeout = reactor.callLater(30, timeout) Change that 30 to something higher. If you find something that works let me know and I'll commit it. --- James
