On 12/30/05, Daniel Henninger <[EMAIL PROTECTED]> wrote: > 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?)
currently when you register with the transport you create a network alias. For that alias you can specify server name, preferred nick, password (which some nickserv use), etc, etc. The alias then subscribes to you, and when it sees that you're online it automatically connects you to the irc network. I've also made motd/nickserv/chanserv messages all come from that same network contact. (although I'm not sure how much I like that - but it does reduce roster clutter). -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Fri Dec 30 01:02:31 2005 From: [EMAIL PROTECTED] (Eric Langheinrich) Date: Fri Dec 30 01:02:39 2005 Subject: [py-transports] Yahoo Python Transport??? In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > > > > 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 > > -- I'll give it a try. Assume I install xmpppy library by doing 'python setup.py build' and 'python setup.py install'. What do I need to run the Yahoo transport? I really don't need any fancy functionality, just the ability to sign in and receive some messages. Looking at the source tree, I see curphoo-0.3.12.tar.gz and a bunch of various py scripts. Do I need to grab them all? The link for the curphoo-0.3.12.tar.gz just takes me to a blank page. Sorry for posting this to this list. I know there is a separate list for xmpppy. I'm more than happy to ask these questions over there.