Version: (using KDE 4.3.1) Compiler: gcc 4.3 OS: Linux Installed from: Compiled From Sources I am using KDE 4.3.1 with Kopete 0.70.90 and avahi 0.6.24 on two machines (amd64 and i686). Both machines can see the other machine's Kopete Bonjour account. It is also possible to click the account and write a message, but the other machine does not get the message (or any kind of notification) at all. I've tried sending several messages from both machines at the same time, but not a single message appeared on the opponent machine. Both machines are on the same network, no firewalls (just a gigabit switch between them).
This is really really weird. I'm able to reproduce this, and will be looking into it now
SVN commit 1022944 by dinkar: added setSocket in the Constructor of BonjourContactConnection BUG: 207075 M +2 -1 bonjourcontactconnection.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1022944
I've almost fixed this bug, but I'm still getting a weird condition. In kopete->kopete chats, the last message is always delayed. Ie, if I send message 1, it is delayed. When I send message 2, then message 1 suddenly appears. I'm wondering why this is happening, this is very strange. Working on this now
SVN commit 1023025 by dinkar: Solved the case of the disappearing first message BUG: 207075 M +8 -0 bonjourcontactconnection.cpp M +3 -0 bonjourcontactconnection.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1023025
Cool, that was a fast! Is this fix going to be part of the next 4.3 release?