catch sip: addresses. long live Ekiga!

This commit is contained in:
Nikos Kouremenos 2006-01-20 13:04:29 +00:00
parent be643bad12
commit 92e1fd373b
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ class Interface:
# so http://be) will match http://be and http://be)be) will match http://be)be
prefixes = (r'http://', r'https://', r'gopher://', r'news://', r'ftp://',
r'ed2k://', r'irc://', r'magnet:', r'www\.', r'ftp\.')
r'ed2k://', r'irc://', r'magnet:', r'sip:', r'www\.', r'ftp\.')
# NOTE: it's ok to catch www.gr such stuff exist!
#FIXME: recognize xmpp: and treat it specially