------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=121507         




------- Additional Comments From ogoffart kde org  2006-03-10 19:12 -------
SVN commit 517353 by ogoffart:

backport fix for bug 121507
CCBUG: 121507





 M  +8 -8      jabberaccount.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/jabber/jabberaccount.cpp 
#517352:517353
 @ -498,14 +498,6  @
        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "Requesting roster..." 
<< endl;
        m_jabberClient->requestRoster ();
 
-       /* Since we are online now, set initial presence. Don't do this
-        * before the roster request or we will receive presence
-        * information before we have updated our roster with actual
-        * contacts from the server! (Iris won't forward presence
-        * information in that case either). */
-       kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "Setting initial 
presence..." << endl;
-       setPresence ( m_initialPresence );
-
 }
 
 void JabberAccount::slotRosterRequestFinished ( bool success )
 @ -518,6 +510,14  @
                contactPool()->cleanUp ();
        }
 
+       /* Since we are online now, set initial presence. Don't do this
+       * before the roster request or we will receive presence
+       * information before we have updated our roster with actual
+       * contacts from the server! (Iris won't forward presence
+       * information in that case either). */
+       kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "Setting initial 
presence..." << endl;
+       setPresence ( m_initialPresence );
+
 }
 
 void JabberAccount::slotIncomingFileTransfer ()
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to