Bug 120101 - [PATCH] Make links clickable that are embedded as specified in RFC 3986
Summary: [PATCH] Make links clickable that are embedded as specified in RFC 3986
Status: CLOSED WAITINGFORINFO
Alias: None
Product: kopete
Classification: Unmaintained
Component: Chat Window (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 14:25 UTC by Franz Häuslschmid
Modified: 2011-03-31 19:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Patch to make '<' and '>' delimiting URI from context. (842 bytes, patch)
2006-10-17 14:42 UTC, Franz Häuslschmid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Häuslschmid 2006-01-14 14:25:41 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    SuSE RPMs
OS:                Linux

URLs in the chat window that are formatted like <URL:http://bugs.kde.org/wizard.cgi> (as it is recommended in the appendix of RFC 1738) are not clickable.  It is not possible to follow a link given that way by a simple click.
Comment 1 Franz Häuslschmid 2006-10-06 18:43:31 UTC
The RFC 1738 is obsoleted by RFC 3986.  There is also a new recommendation of how to delimit a URI in context, e.g. like <http://kopete.kde.org>.  Inserting links like this into the message window doesn't make them clickable.
Comment 2 Franz Häuslschmid 2006-10-17 14:42:09 UTC
Created attachment 18150 [details]
Patch to make '<' and '>' delimiting URI from context.

I dug into the code of kopete and made changes, that were needed to make kopete
produce links in the chat view.
Comment 3 Lamarque V. Souza 2011-03-17 23:52:26 UTC
I this is working in Kopete from KDE SC 4.x, can I close this bug?