google-code-export / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
2 stars 0 forks source link

http links not beginning with whitespace aren't enabled #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  subscribe to tweeter
2.  tweeter sends a link, but doesn't whitespace after punctuation
3. link isn't enabled

What is the expected output? What do you see instead?
the text of an "http://website.com/" is "html-enabled" if there is
whitespace before the protocol portion of the URI.

Because of space limitations, most tweeters eliminate whitespace after
punctuation, so that links look like:http://www..../

Because the parser doesn't include punctuation as a token separator, the
URL is not activated.

What version of the product are you using? On what operating system?
using 0.20 on custom ubuntu/intrepid

Please provide any additional information below.

Original issue reported on code.google.com by ak.hep...@gmail.com on 23 Mar 2009 at 7:14

GoogleCodeExporter commented 9 years ago
Hmm... this will be the tough one. Because we use pidgin service to linkify 
text. So
it means Pidgin itself didn't look for :

I will look for a good solution on this.

Original comment by somsaks on 24 Mar 2009 at 2:59