Summary: | Include full multi user chat (MUC) support | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Tillmann Falck <tillmann> |
Component: | Jabber Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | CC: | Andreas.Schallenberg, chealer, creideiki+kdebugs, cweiske, hugo.m.palma, jarek, john, mortenwendelboe, patrick, scherer.michael, sven.burmeister, uokrent |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tillmann Falck
2003-09-09 11:27:38 UTC
Groupchat is still very alpha, it's on the todo list though. I hope to be able to extend it soon. Yep, I get the same problems. Just to confirm. I just read an article on kdedevelopers that said that there was not very much feedback/wishlist/demand for the jabber plugin. I'd like to add my voice to the meagre list. I'd also like to say that the reason I personally haven't been pestering about this is because I'd read that it was in progress and don't like to bother developers (who have enough to do). If there are others like me, I'd suggest not putting down to lack of demand what can be ascribed to politeness. Kopete is great, it's my main IM client now. It will be perfect when it gets these last little bits and bobs in the jabber client. Keep up the good work. I'm working on upgrading to the latest and greatest version of our Jabber backend right now, so I hope that the plugin will evolve a bit in the following weeks/months. Feature requests and bug reports are always welcome though. I might not always have time to work on the plugin, but it's good to know which items on my todo list I should prioritize. *** Bug 79061 has been marked as a duplicate of this bug. *** *** Bug 80494 has been marked as a duplicate of this bug. *** If the summary of this bug were improved to be recognizable by regular Kopete users, it wouldn't get so many duplicates. Furthermore, I don't see how this can be categorized as wishlist, when the group chat feature is already in Kopete, but doesn't work. Outgoing messages don't work at all, as I attempted to report in Bug 80494. It has been disabled in HEAD since it involves rather large changes and I don't know when I'll get around to do it, yet people keep complaining about the partial support. On top of that, groupchat is superseded by multi-user chat, which is a new version of that protocol. If you have a better suggestion for the bug title, feel free to answer. We can always retitle it. CVS commit by gerken: Adding basic group chat support to the Jabber plugin. This is accompanied by quite a bit of refactoring, introducing a bit of instability. The group chat code is by no means stable yet and needs lots of testing, so expect a few crashes here and there. The code will mature over the next weeks, I just wanted to get the feature itself in before the freeze. Kopete does not really like the way Jabber handles group chats, so this will eventually also reveal a few flaws in libkopete's internals. Send missing features and bugs to http://bugs.kde.org please, I'll take care of them. CCMAIL: kopete-devel@kde.org, 63944@bugs.kde.org M +8 -3 Makefile.am 1.41 M +0 -1 TODO 1.86 M +126 -54 jabberaccount.cpp 1.103 M +190 -336 jabbercontact.cpp 1.178 M +54 -104 jabbercontact.h 1.95 M +84 -14 jabbercontactpool.cpp 1.3 M +13 -7 jabbercontactpool.h 1.3 M +3 -2 jabberfiletransfer.cpp 1.4 M +2 -2 jabberfiletransfer.h 1.2 M +10 -11 jabbermessagemanager.cpp 1.8 M +4 -5 jabbermessagemanager.h 1.5 M +0 -1 jabberprotocol.cpp 1.212 M +8 -8 jabberresourcepool.cpp 1.3 M +8 -102 ui/dlgchatjoin.ui 1.4 M +20 -7 ui/dlgjabberchatjoin.cpp 1.11 M +4 -5 ui/dlgjabberchatjoin.h 1.9 M +5 -3 ui/dlgjabbervcard.cpp 1.28 M +4 -5 ui/dlgjabbervcard.h 1.17 R jabbergroupchat.cpp 1.15 R jabbergroupchat.h 1.10 Changing title to reflect new JEP, since group chat has been implemented. *** Bug 76022 has been marked as a duplicate of this bug. *** Is this new functionality or will it be part of kde-3.3 or kde-3.4? It's new and will be part of KDE 3.3. Is it in KDE? It is in KDE 3.4 but improvements are in the SVN trunk. I've been absent for a long time and only got back to working on the Jabber plugin a short time ago. The original issues in this bug have been fixed, I'm still keeping it as a generic placeholder for "full MUC support" though. I just set up MUC (multi user chat) on my own jabber server and have some notices: - The group chat itself works very nice. What bothers me are the names of the people in there - they are <roomname>@<server>/<username>. That is really annoying if you have a small window and can't see the full name. Is it possible to show the names only, removin room@server? - There is no way to browse the room list, even though the services list shows the conference plugin. @Christian Weiske: you need to report a wish for that or use another client such as Coccinella that have that default behaviour that you want. If I join the MUC room and someone have written something earlier but he isn't available now, Kopete won't display his messages. Psi will, so I think it's a Kopete bug. *** Bug 133503 has been marked as a duplicate of this bug. *** *** Bug 133501 has been marked as a duplicate of this bug. *** Related to: Bug 121274: wish: open jabber group chat I noticed that the chatlog in MUC does not show who was the person speaking. With single user chat, that is no problem but if there are more then 2 people in the channel it becomes quite confusing (and honestly thats really not standard behaviour). Dear user, unfortunately Kopete is no longer maintained. Please migrate to another solution, e.g. for Jabber a possibility is Kaidan, for Matrix a candidate is NeoChat. |