On 4/30/06, James Bunton <[EMAIL PROTECTED]> wrote: > 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.
I've changed it to 300, and we'll see what happens. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Sun Apr 30 11:17:41 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Sun Apr 30 11:17:51 2006 Subject: [py-transports] PyMSNt ad hoc command idea Message-ID: <[EMAIL PROTECTED]> Some adhoc ideas: = Commands per user: - Nudge/Wink etc, that the new MSN does. - Block/Unblock - or is this handled purely via subscriptions? - View current block status? = Transport commands - Change MSN password - Restart / Shutdown - re: JEP-0133 - Update - should run `svn update` and send output back to user. - View log - maybe tail the log and send to the user - what about being able to configure a jid as a log destination too? (The combination of update + restart would allow the admin to keep the transport up-to-date without having to use a shell login - assuming the new version of the transport launches without config changes) -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/
