On 9/26/06, Brian Safford <[EMAIL PROTECTED]> wrote: > The jabber roster entry for each buddy shows up with > subscription='none', which appears to cause Jabber XCP to have lots of > extra roster activity whenever presence changes.
oh? very strange. > I'd really like to test the Yahoo python transport with Jabber XCP, but > am at a loss on how to even get started given the apparent absence of > documentation on how to configure the transport. I was hoping that you just set it up the same way you do for any other server, and it should just-work. The only thing 'binding' gives you extra is chatroom support (which you'd disable, by the sounds of it) > I've been able to get PyAIMt and PyMSNt working with Jabber XCP. PyAIMt > and PyMSNt appear to have figured out what Jabber XCP requires, given it > has: > > <!-- Use Jabber.com's XCP component protocol extensions. --> > <useXCP/> is this required to get the other transports working under XCP? > It would be really nice if the Yahoo python transport could leverage > what PyAIMt and PyMSNt have done regarding Jabber XCP. yes, unfortunatly there's no public documentation on how to interface with XCP :-( and I don't have a copy of XCP to test with either. If someone wants to submit patches, I'll be happy to commit them. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Tue Sep 26 15:45:05 2006 From: [EMAIL PROTECTED] (Brian Safford) Date: Tue Sep 26 15:46:10 2006 Subject: [py-transports] slightly off topic In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Yes, neither transport works unless I use those XCP extensions. Unless I'm missing something, there are only 2 places in the PyAIMt code where useXCP is even used, both in 'main.py'. It seems to relate to the jid used for the connection. Another person I know has gotten this to work with Jabber XCP - I'll check with him and see if I can supply a patch. I have Jabber XCP and can perform the testing - I just need help in that I've never used Python before. Regards, Brian On Tue, 2006-09-26 at 17:19 +0200, Norman Rasmussen wrote: > On 9/26/06, Brian Safford <[EMAIL PROTECTED]> wrote: > > The jabber roster entry for each buddy shows up with > > subscription='none', which appears to cause Jabber XCP to have lots of > > extra roster activity whenever presence changes. > > oh? very strange. > > > I'd really like to test the Yahoo python transport with Jabber XCP, but > > am at a loss on how to even get started given the apparent absence of > > documentation on how to configure the transport. > > I was hoping that you just set it up the same way you do for any other > server, and it should just-work. The only thing 'binding' gives you > extra is chatroom support (which you'd disable, by the sounds of it) > > > I've been able to get PyAIMt and PyMSNt working with Jabber XCP. PyAIMt > > and PyMSNt appear to have figured out what Jabber XCP requires, given it > > has: > > > > <!-- Use Jabber.com's XCP component protocol extensions. --> > > <useXCP/> > > is this required to get the other transports working under XCP? > > > It would be really nice if the Yahoo python transport could leverage > > what PyAIMt and PyMSNt have done regarding Jabber XCP. > > yes, unfortunatly there's no public documentation on how to interface > with XCP :-( and I don't have a copy of XCP to test with either. If > someone wants to submit patches, I'll be happy to commit them. >
