Summary: | MSN plugin will not go online | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Phil Edwards <phil> |
Component: | MSN Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andrelourenco, arendjr, benji_weber, Bob-Barth, claudio.f.gil, darrell, figlidiannibale, helgeai, hussein, idlop, markd, maxozilla, nifty, postmaster, smorger, waller_valencia |
Priority: | NOR | ||
Version: | 0.7.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Phil Edwards
2003-11-14 13:38:47 UTC
Ooops, sorry, left a bit out. The trace above is what happens when I start Kopete, click the MSN icon and select 'Set Online'. This is also in today's CVS, in case no-one noticed! I've had another report personally that 0.7.x isn't working either. Is MSN preparing the next round of protocol changes - do you remember one day in Aug we were locked out while they changed things? same problem here, under KDE 3.1.4, using kopete 0.8 beta 1. Same debug output. Subject: Re: [Kopete-devel] MSN plugin will not go online
On November 14, 2003 8:54 am, Will Stephenson wrote:
> ------- Additional Comments From lists@stevello.free-online.co.uk
> 2003-11-14 13:54 -------
This is also in today's CVS, in case no-one
> noticed! I've had another report personally that 0.7.x isn't working
> either. Is MSN preparing the next round of protocol changes - do you
> remember one day in Aug we were locked out while they changed things?
Nope.
I know because it works fine for me :P Haven't updated my CVS in about 3 days
though.
Also I don't use a hotmail.com or a passport.com email, if that makes a
difference.
Subject: Re: [Kopete-devel] MSN plugin will not go online
On Friday 14 November 2003 13:18, Jason Keirstead wrote:
> Also I don't use a hotmail.com or a passport.com email, if that makes a
> difference.
That's not the differentiating factor - my passport uses a different email
address as well.
MSN is currently not going online for me either. Using gentoo kde 3.1.4 and kopete 0.7.3. *** Bug 68212 has been marked as a duplicate of this bug. *** Subject: kdenetwork/kopete/protocols/msn CVS commit by ogoffart: This commit fixes the conneciton in MSN. The MSN Server just changed a bit. It now does not accept anymore an old command I used. This is now fixed. Anyway, Should we backport this to the 0_7_branch and release Kopete 0.7.4 (or 0.7.3a) ? CCMAIL: kopete-devel@kde.org CCMAIL: 68204-done@bugs.kde.org Note: It's still possible to connect with the old version if you force kopete to download the contactlist from server: i.e: moving a MSN contact in another group (when you are offline) Or editing the kopeterc file and reset the sirial to 0 M +10 -0 msnaccount.cpp 1.59 M +1 -7 msnnotifysocket.cpp 1.127 --- kdenetwork/kopete/protocols/msn/msnaccount.cpp #1.58:1.59 @@ -82,4 +82,14 @@ void MSNAccount::loaded() static_cast<MSNContact *>( myself() )->setInfo( "PHM", pluginData( protocol(), "PHM" ) ); static_cast<MSNContact *>( myself() )->setInfo( "PHW", pluginData( protocol(), "PHW" ) ); + + //construct the group list + //Before 2003-11-14 the MSN server allowed us to download the group list without downloading the whole contactlist, but it's not possible anymore + QPtrList<KopeteGroup> groupList = KopeteContactList::contactList()->groups(); + for ( KopeteGroup *g = groupList.first(); g; g = groupList.next() ) + { + QString groupNumber=g->pluginData( protocol(), accountId() + " id" ); + if ( !groupNumber.isEmpty() ) + m_groupList.insert( groupNumber.toUInt() , g ); + } } --- kdenetwork/kopete/protocols/msn/msnnotifysocket.cpp #1.126:1.127 @@ -333,5 +333,5 @@ void MSNNotifySocket::parseCommand( cons //the LSG syntax depends if it is called from SYN or from LSG if(data.contains(' ') > 4) //FROM LSG - { + { // --NOTE: since 2003-11-14 , The MSN Server does not accept anymere the LSG command. So this is maybe useless now. emit groupListed( unescape( data.section( ' ', 4, 4 ) ), data.section( ' ', 3, 3 ).toUInt() ); } @@ -378,10 +378,4 @@ void MSNNotifySocket::parseCommand( cons m_account->setPluginData(m_account->protocol() , "serial" , data.section( ' ', 0, 0 ) ); } - else //we have already the contactlist - { - //receive even the grouplist, since it is not correctly saved - sendCommand( "LSG" ); - } - // set the status setStatus( m_newstatus ); A backport would be nice, as I understood the 0.8 series only works with KDE 3.2 and I'm still on 3.1.4 ;) Thanks a lot! Arend jr. Subject: Re: [Kopete-devel] MSN plugin will not go online
On Friday 14 November 2003 15:48, Arend van Beelen jr. wrote:
> A backport would be nice, as I understood the 0.8 series only works with
> KDE 3.2 and I'm still on 3.1.4 ;)
Actually, you are mistaken - it works with 3.1.4 if you follow the
instructions on kopete.kde.org. The problems reported are due to the
inclusion of the docs with the first beta, which are 3.2 specific.
I was having the same problem this morning - running FreeBSD 5.1, KDE 3.1.4 and Kopete 7.3. I tried moving a contact among groups, and connected immediately, so the idea that you have to force the contact list to be downloaded is definately correct. *** Bug 68242 has been marked as a duplicate of this bug. *** "it works with 3.1.4 if you follow the instructions on kopete.kde.org." where are the instructions on kopete.kde.org? I cant find them, and when i try to make .8 beta it just gives loads of xml errors wrt #10 read the Installation Instructions about building from cvs, forget beta 1, loads of things have been fixed since then, and if you check out CVS, you don't get the docs, which are the source of all the XML errors. thank you, compiled from CVS no problem *** Bug 68346 has been marked as a duplicate of this bug. *** *** Bug 68418 has been marked as a duplicate of this bug. *** *** Bug 68480 has been marked as a duplicate of this bug. *** *** Bug 68484 has been marked as a duplicate of this bug. *** *** Bug 68489 has been marked as a duplicate of this bug. *** Got the problem with both 0.7.3 and 0.7.4 on SuSE Linux 9.0, compiled the sources without errors but it did not help. I have proposed Kopete for the Skolelinux distro, but do regret it because of this bug. I am not too sure about the explanation of the bug, I start Kopete automatically when using KDE and sometimes it connects. Last connection was this morning. *** Bug 69193 has been marked as a duplicate of this bug. *** *** Bug 69197 has been marked as a duplicate of this bug. *** Same problem for me,under Kd3 3.1.4 wih kopete 0.7.4 .I can go online only if every time i restart kopete first delete my msn account,and then recreate it.it works. *** Bug 69212 has been marked as a duplicate of this bug. *** *** Bug 69649 has been marked as a duplicate of this bug. *** *** Bug 71014 has been marked as a duplicate of this bug. *** *** Bug 71344 has been marked as a duplicate of this bug. *** *** Bug 71727 has been marked as a duplicate of this bug. *** *** Bug 71759 has been marked as a duplicate of this bug. *** *** Bug 72839 has been marked as a duplicate of this bug. *** *** Bug 99005 has been marked as a duplicate of this bug. *** |