On Thu, Jan 26, 2006 at 12:57:21PM +1100, James Bunton wrote: > * Moved presence probe to session.py
There are a couple of typos, I guess it should be: elif ptype == "probe": LogEvent(INFO, self.jabberID, "Responding to presence probe") - self.contactList.getContact(toj.userhost()).sendPresence(fro) + self.contactList.getContact(to).sendPresence(source) Also this doesn't handle probes sent to the transport (i.e. to config.jid). > * Fixed bug with personal messages. Confirmed. :-) > * Switch to using twisted.scripts.twistd code for daemonising and pid > file The daemonizing works great now! Best regards, Lars From [EMAIL PROTECTED] Thu Jan 26 04:08:37 2006 From: [EMAIL PROTECTED] (Laurent Dinclaux) Date: Thu Jan 26 04:08:43 2006 Subject: [py-transports] Registration form In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > > I have installed pyMSNt with my wildfire jabber server. > > > > I needed to user the MSN registration form to register my jabber > > account. Where is this info kept? On your servers? > > > > Is it possible to have this form code source to install it on my > > server and then be able to translate it in french? > > > > Best regards > > > > -- > > Laurent Dinclaux > > [EMAIL PROTECTED] > > Tel: +687 84 92 72 > > I think we already have a French translation. > Have a look in the source code at lang.py > That's where the translations are kept for now. > > You can set the default language of the transport in config.xml by > adding a <lang>fr</lang> tag. Some Jabber clients are even smart enough > to tell the transport what language they want, so it'll automagically > give them the right text. Thanks but I was talking about the web registration form located here: http://msn-transport.jabberstudio.org/webreg/ -- Laurent Dinclaux [EMAIL PROTECTED] Tel: +687 84 92 72 From [EMAIL PROTECTED] Thu Jan 26 08:48:38 2006 From: [EMAIL PROTECTED] (Stian B. Barmen) Date: Thu Jan 26 08:48:46 2006 Subject: [py-transports] Rev. 107 problems with twisted XmlStreamFactory something In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> When I try to start the latest rev it doesnt start, or listen for requests. I had to start debugging level 3 before I got anyting in the debug logg and there is the following message: [2006-01-26 09:45:21] INFO :: :: :: addNode :: ServerDiscovery :: {'node': 'stats', 'jid': 'msn-beta.jabber.no', 'name': 'command_Statistics', 'self': 'instance', 'handler': <bound method AdHocCommands.incomingIq of <misciq.AdHocCommands instance at 0xb7b3e42c>>, 'rootnode': False} [2006-01-26 09:45:21] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:45:21] <twisted.internet.tcp.Connector instance at 0xb7b403ec> will retry in 2 seconds [2006-01-26 09:45:21] Stopping factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:45:23] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:45:23] <twisted.internet.tcp.Connector instance at 0xb7b403ec> will retry in 5 seconds [2006-01-26 09:45:23] Stopping factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:45:29] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:45:29] <twisted.internet.tcp.Connector instance at 0xb7b403ec> will retry in 17 seconds [2006-01-26 09:45:29] Stopping factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:45:46] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:45:46] <twisted.internet.tcp.Connector instance at 0xb7b403ec> will retry in 49 seconds [2006-01-26 09:45:46] Stopping factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:46:35] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> [2006-01-26 09:46:35] <twisted.internet.tcp.Connector instance at 0xb7b403ec> will retry in 130 seconds [2006-01-26 09:46:35] Stopping factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0xb7b39fec> Hope you have the solution for this problem :) Best regards Stian B. Barmen