>> I'm using .3 and the yahoo transport
>> registers, but it never sends a 'success' message to the client, so you
>> have a dead dialog box sitting there. Not really an issue for me, but I
>> know a lot of our users will be confused. Is this fixed in CVS?
> Hrm, not sure. It should send you a subscription event, which
It works fine with cvs. Just wanted to let you know.
--
Shane Bishop
System Administrator
Trinity Bible College
From [EMAIL PROTECTED] Fri Jul 7 16:18:31 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Fri Jul 7 16:18:35 2006
Subject: [py-transports] howto for pyIRCt and pyYIMt
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 7/7/06, Shane Bishop <[EMAIL PROTECTED]> wrote:
> It works fine with cvs. Just wanted to let you know.
Yippie!
There's not a lot of development happening on irc/yim at the moment.
I've been running the current version of the transports on my server
for a while now, and have only encountered a few minor tracebacks.
The hope is that I get some time to fix/prevent the tracebacks, and
then run the new versions on my server. If I don't see any new
tracebacks then I'd like to release xmpp.py 0.4 along with the irc,
yim and mail transports. Also included would be some updates to keep
the debian packagers happy.
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED] Fri Jul 7 16:23:38 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Fri Jul 7 16:23:42 2006
Subject: [py-transports] howto for pyIRCt and pyYIMt
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 7/6/06, Shane Bishop <[EMAIL PROTECTED]> wrote:
> Is there any place with a basic config guide?
If you (or anyone) has some spare time, please could you create some docs at:
http://wiki.blathersource.org/wiki/index.php/PyIRCt and
http://wiki.blathersource.org/wiki/index.php/PyYIMt
You should be able to use the AIM and ICQ pages as templates, and
'tweak' them to match the other transports. (The irc transport has
some _very_ old 'docs' linked to from here:
http://xmpppy.sourceforge.net/irc/)
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED] Fri Jul 7 20:04:26 2006
From: [EMAIL PROTECTED] (Brian Safford)
Date: Fri Jul 7 20:05:11 2006
Subject: [py-transports] PyMSNt and epoll
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Is it possible to build epoll for a 2.4 kernel? Everything I've seen
thus far has said it requires the 2.6 kernel...
Thanks in advance,
Brian Safford
EDS
From [EMAIL PROTECTED] Sat Jul 8 01:39:38 2006
From: [EMAIL PROTECTED] (James Bunton)
Date: Sat Jul 8 01:39:42 2006
Subject: [py-transports] PyMSNt and epoll
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 08/07/2006, at 6:04 AM, Brian Safford wrote:
> Is it possible to build epoll for a 2.4 kernel? Everything I've
> seen thus far has said it requires the 2.6 kernel...
>
> Thanks in advance,
> Brian Safford
> EDS
epoll is a new feature in Linux 2.6. If you could find a patch for
your 2.4 kernel which backported epoll (possibly exists) then it
would work fine.
---
James