Version: svn (using KDE KDE 3.5.0) Installed from: Compiled From Sources OS: Linux Since i switched to svn (from the version in kde 3.5, 0.11.0 if i am right) (i kept my conf from the last version) i got a strange behavior on some of my contacts : some (not all ! maybe one was ok) were marked with a /!\ (exclamation) on the icon and were shown as offline, no of the authorization option (request, send, remove) were available. I needed to remove them and add them to reask authorization and have it work right :/
SVN commit 504330 by mlarouche: BUG: 121073. Enable Request authorisation in Jabber when the contact subscruiption is none. M +1 -1 jabbercontact.cpp --- branches/work/kopete/dev-0.12/kopete/protocols/jabber/jabbercontact.cpp #504329:504330 @@ -148,7 +148,7 @@ { resendAuthAction->setEnabled(true); } - else if( mRosterItem.subscription().type() == XMPP::Subscription::To ) + else if( mRosterItem.subscription().type() == XMPP::Subscription::To || mRosterItem.subscription().type() == XMPP::Subscription::None ) { requestAuthAction->setEnabled(true); }