On Sun, Jun 04, 2006 at 10:44:35AM +0200, Stian B. Barmen wrote: > First thing is an issue that one of my users are reporting. > > "Sometimes when I use MSN transport on jabber.no I get a message like > this and It logs me off. (when I log in again it log me off and I've to > wait 30 min or longer to try log) On aMSN client or somewhere MSN works > correct. > > Disconnected from MSN servers: [Failure instance: Traceback (failure > with no frames): exceptions.UnicodeDecodeError: 'utf8' codec can't > decode byte 0xa9 in position 1: unexpected code byte > ]"
I get similar from ICQ all the time - the byte is 0xb0 in position 0 on that though. -- Phil Reynolds o ____ mail: [EMAIL PROTECTED] |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 From [EMAIL PROTECTED] Sun Jun 4 10:20:03 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Sun Jun 4 10:20:07 2006 Subject: [py-transports] skype transport In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 6/4/06, Stian B. Barmen <[EMAIL PROTECTED]> wrote: > s?n, 04,.06.2006 kl. 09.05 +0200, skrev Francois du Toit: > > Does anyone know if there is a skype transport somewhere? I was > > surprised too find very little on google. But surely there must be some > > interest. > > AFAIK there has not been a successful reverse engineered implementation > of the Skype protocol, and Skype has not released an API for Linux. Un-true, Skype has released an API [1] for Windows, Linux and Mac. What you want is the SkypeNet API [2] (or Naked Skype, as the Skype guys are calling it). [1] https://developer.skype.com/Docs/ApiDoc/FrontPage [2] http://share.skype.com/sites/devzone/2005/08/skype_opens_im_and_presence_to_1.html -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Sun Jun 4 10:48:10 2006 From: [EMAIL PROTECTED] (Stian B. Barmen) Date: Sun Jun 4 10:48:16 2006 Subject: [py-transports] skype transport In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> s?n, 04,.06.2006 kl. 12.20 +0200, skrev Norman Rasmussen: > On 6/4/06, Stian B. Barmen <[EMAIL PROTECTED]> wrote: > > s?n, 04,.06.2006 kl. 09.05 +0200, skrev Francois du Toit: > > > Does anyone know if there is a skype transport somewhere? I was > > > surprised too find very little on google. But surely there must be some > > > interest. > > > > AFAIK there has not been a successful reverse engineered implementation > > of the Skype protocol, and Skype has not released an API for Linux. > > Un-true, Skype has released an API [1] for Windows, Linux and Mac. > What you want is the SkypeNet API [2] (or Naked Skype, as the Skype > guys are calling it). Thanks for correcting me :) -stian
