Bug 451962 - append Instant Messaging service list
Summary: append Instant Messaging service list
Status: RESOLVED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-27 16:03 UTC by Boba Fit
Modified: 2022-03-28 06:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.93


Attachments
example_shown (61.28 KB, image/png)
2022-03-27 16:03 UTC, Boba Fit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boba Fit 2022-03-27 16:03:48 UTC
Created attachment 147769 [details]
example_shown

SUMMARY

STEPS TO REPRODUCE
1. Create a new contact (for example "Boba Fit")
2. Add string '@boba_fit:mozilla.org' to field 'Messaging'

OBSERVED RESULT
I can not choose 'Matrix' as Instant Messaging service.

EXPECTED RESULT
The dropdown menu contains Matrix, Telegram and other possibilities.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.3
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Kernel Version: 5.16.16-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i7-5600U CPU @ 2.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 5500

ADDITIONAL INFORMATION
Maybe one can edit a configfile, which Instant Messaging services are shown. Maybe a user can create its own entries.
Comment 1 Laurent Montel 2022-03-28 06:16:55 UTC
Git commit bb15de021334b1ad329dc2917ba32c1d304a44cd by Laurent Montel.
Committed on 28/03/2022 at 06:16.
Pushed by mlaurent into branch 'master'.

Fix bug 451962:  append Instant Messaging service list

FIXED-IN: 5.93

M  +2    -0    src/improtocols/improtocols.qrc
A  +4    -0    src/improtocols/matrix.desktop
A  +4    -0    src/improtocols/telegram.desktop

https://invent.kde.org/frameworks/kcontacts/commit/bb15de021334b1ad329dc2917ba32c1d304a44cd
Comment 2 Laurent Montel 2022-03-28 06:17:45 UTC
It's in kcontact api. So we can't add more protocol by hand.
I added it in kf5.93

Regards