I've been maintaining both the irc and yahoo transports. The irc transport recently got the ability to 'register' a network , so that you're automatically connected. (This is so that user presence can get done, although multi-resources, are getting in the way, so I might re-work that first).
The yahoo transport has recently had it's curphoo code ported from c to native python, so it's just become a lot easier to get the yahoo transport up and running. The transports are very non-twisted, but xmpppy seems to work fine. There's plenty of work to be done on them, though :-) On 12/30/05, Daniel Henninger <[EMAIL PROTECTED]> wrote: > Not one using Twisted/one similar to PyMSN, PyAIM, and PyICQ . . . > however! There -is- one that is part of the xmpppy project. (i > downloaded the tarball and found yahoo-transport hidden inside) That > said, I don't know that it's really being kept up. I haven't seen > modifications to it in a while. Anyone else know of it's status? > > Daniel > > On Dec 29, 2005, at 5:08 PM, Eric Langheinrich wrote: > > > Is there a Python Yahoo transport? > > > > > > > > _______________________________________________ > > py-transports mailing list > > py-transports@blathersource.org > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > 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] Thu Dec 29 23:32:29 2005 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Thu Dec 29 23:32:33 2005 Subject: [py-transports] Yahoo Python Transport??? In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 12/30/05, Eric Langheinrich <[EMAIL PROTECTED]> wrote: > > > yes. check out the latest CVS sources of the xmpppy project > > (xmpppy.sf.net). (there's no release unfortunately, CVS is the only > > place the transport exists in a working condition) > > Have any of you had any luck running the listed transport under jcl? The > page linked from jabber.org doesn't provide much information for the jabber > transport and I can't seem to find any list links. > > Scares me that the python version is only in CVS. That's because Alexey is the project admin, and is very busy - so it's hard for him to find time to do a release. Mike and I (and Alexey) have been trying to get the patches that the gajim team made integrated into 'mainline'. Both of us have 'had a go' at the irc and yahoo transports. (Mike created them, I've patched/abused them). FYI: There is a xmppy mailing list [1], as well as a RSS feed of CVS checkins [2]. [1] http://lists.sourceforge.net/lists/listinfo/xmpppy-devel [2] http://xmpppy.sourceforge.net/cvs-xmpppy.xml -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Thu Dec 29 23:38:23 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Thu Dec 29 23:38:28 2005 Subject: [py-transports] Yahoo Python Transport??? In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Thu, 2005-12-29 at 18:27, Norman Rasmussen wrote: > I've been maintaining both the irc and yahoo transports. > > The irc transport recently got the ability to 'register' a network , > so that you're automatically connected. (This is so that user > presence can get done, although multi-resources, are getting in the > way, so I might re-work that first). Awesome! This is something I wanted and was having problems getting out of other implementations... and it's in python! I could throw in a patch to auto-log in to, for example, freenode.net. ;D I keep forgetting if I figured out how to get jjigw to do that. Either way, will be interested in toying with yours. =) Does the registration store anything? (username or password to connect to irc with?) > The yahoo transport has recently had it's curphoo code ported from c > to native python, so it's just become a lot easier to get the yahoo > transport up and running. > > The transports are very non-twisted, but xmpppy seems to work fine. > There's plenty of work to be done on them, though :-) =D yup! I'm glad to hear they're being maintained! Might be time to play . . . . Daniel > > On 12/30/05, Daniel Henninger <[EMAIL PROTECTED]> wrote: > > Not one using Twisted/one similar to PyMSN, PyAIM, and PyICQ . . . > > however! There -is- one that is part of the xmpppy project. (i > > downloaded the tarball and found yahoo-transport hidden inside) That > > said, I don't know that it's really being kept up. I haven't seen > > modifications to it in a while. Anyone else know of it's status? > > > > Daniel > > > > On Dec 29, 2005, at 5:08 PM, Eric Langheinrich wrote: > > > > > Is there a Python Yahoo transport? > > > > > > > > > > > > _______________________________________________ > > > py-transports mailing list > > > py-transports@blathersource.org > > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > > > > > > > _______________________________________________ > > py-transports mailing list > > py-transports@blathersource.org > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >