Bug 451962

Summary: append Instant Messaging service list
Product: [Applications] kaddressbook Reporter: Boba Fit <boba_fit>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: montel, tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.93
Attachments: example_shown

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