Hello.
On 2/23/06, Maarten Fonville <[EMAIL PROTECTED]> wrote: > If you run a debian/ubuntu server you add this repository to your apt > sources list and you will be able to use Norman's Jabberd2 build with > the patch already included: > deb http://www.darkskies.za.net/~norman/jabber deb/ > Maarten Sorry for the off-topic, but does anyone know what that hasn't been included in Jabberd2 lately? Greetings! Daniel D?az [EMAIL PROTECTED] From [EMAIL PROTECTED] Fri Feb 24 11:33:55 2006 From: [EMAIL PROTECTED] (Damon Register) Date: Fri Feb 24 11:36:08 2006 Subject: [py-transports] PyMSNt 0.11 release In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Norman Rasmussen wrote: > PyMSNt no longer runs under twistd. You execute PyMSNt directly. Are you sure about that? Both http://msn-transport.jabberstudio.org/ and http://msn-transport.jabberstudio.org/docs/server.html say twisted is used. Am I missing something? Damon Register From [EMAIL PROTECTED] Fri Feb 24 12:17:02 2006 From: [EMAIL PROTECTED] (Julius Schwartzenberg) Date: Fri Feb 24 12:15:23 2006 Subject: [py-transports] PyMSNt 0.11 release In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Damon Register schreef: > Norman Rasmussen wrote: > >> PyMSNt no longer runs under twistd. You execute PyMSNt directly. > > Are you sure about that? Both http://msn-transport.jabberstudio.org/ > and http://msn-transport.jabberstudio.org/docs/server.html > say twisted is used. Am I missing something? Yep, twistd != twisted. While PyMSN-t is still based on twisted, it doesn't use twistd, which seems to be a framework for running twisted based daemons. From [EMAIL PROTECTED] Fri Feb 24 12:49:50 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Fri Feb 24 12:49:55 2006 Subject: [py-transports] PyMSNt 0.11 release In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> >From the server docs: 7. Start PyMSNt (Simple) Now you're ready to start PyMSNt for the first time: ./PyMSNt.py twistd isn't mentioned anywhere in the docs for good reason. It was only used briefly for the trunk, but was discarded because it didn't allow logging levels to be tweaked. On 2/24/06, Damon Register <[EMAIL PROTECTED]> wrote: > Norman Rasmussen wrote: > > PyMSNt no longer runs under twistd. You execute PyMSNt directly. > Are you sure about that? Both http://msn-transport.jabberstudio.org/ > and http://msn-transport.jabberstudio.org/docs/server.html > say twisted is used. Am I missing something? > > Damon Register > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Fri Feb 24 16:02:24 2006 From: [EMAIL PROTECTED] (Safford, Brian) Date: Fri Feb 24 16:04:09 2006 Subject: [py-transports] PyMSNt and Jabber XCP Message-ID: <[EMAIL PROTECTED]> I'm curious to learn about what 'clustering' capabilities pyMSNt has, especially with Jabber XCP 4.2. We're currently running 12 of the CMSNt gateways, hosting an average of 6,000 MSN connections. I would really like to be able to publish a single MSN jid and use a cluster of PyMSNt processes. Is this possible? Thanks in advance, Brian Safford Electronic Data Systems From [EMAIL PROTECTED] Fri Feb 24 17:16:49 2006 From: [EMAIL PROTECTED] (Pedro Melo) Date: Fri Feb 24 17:17:00 2006 Subject: [py-transports] PyMSNt and Jabber XCP In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Hi On Feb 24, 2006, at 4:02 PM, Safford, Brian wrote: > I'm curious to learn about what 'clustering' capabilities pyMSNt has, > especially with Jabber XCP 4.2. > > We're currently running 12 of the CMSNt gateways, hosting an > average of > 6,000 MSN connections. I would really like to be able to publish a > single MSN jid and use a cluster of PyMSNt processes. Is this > possible? Yes, that's what we are doing with XCP 4.2 But forget SDNS... It does load-balancing based on 'to' attribute and you need 'from'. Please ask them to support this, I have but the more the merrier ... In the meantime, we wrote a XMPP Balancer for XCP. I think i posted a previous version, perl-based, in this list a couple of months ago, and it's not that hard. Unfortunately we cannot publish it without permission from Jabber Inc, as it uses internal protocols from them. I have a meeting with them next week to discuss exactly this issue. Best regards, -- HIId: Pedro Melo SMTP: [EMAIL PROTECTED] XMPP: [EMAIL PROTECTED]
