Bug 120101

Summary: [PATCH] Make links clickable that are embedded as specified in RFC 3986
Product: [Unmaintained] kopete Reporter: Franz Häuslschmid <lukrez>
Component: Chat WindowAssignee: Kopete Developers <kopete-bugs-null>
Status: CLOSED WAITINGFORINFO    
Severity: wishlist CC: lamarque
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Patch to make '<' and '>' delimiting URI from context.

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?