From kde-commits Sun Dec 08 23:27:45 2002 From: Till Gerken Date: Sun, 08 Dec 2002 23:27:45 +0000 To: kde-commits Subject: kdenonbeta/kopete/protocols/jabber X-MARC-Message: https://marc.info/?l=kde-commits&m=103939008307068 CVS commit by gerken: Changing the whole message handling to a new class JabberMessageManager. Quite a fundamental change to allow group chats and similar. This also fixes the incorrect handling of email messages. CCMAIL: 51587-done@bugs.kde.org A jabbermessagemanager.cpp 1.1 A jabbermessagemanager.h 1.1 M +1 -1 Makefile.am 1.11 M +2 -130 jabbercontact.cpp 1.83 M +4 -46 jabbercontact.h 1.49 M +118 -10 jabberprotocol.cpp 1.107 M +28 -1 jabberprotocol.h 1.39