catch sip: addresses. long live Ekiga!
This commit is contained in:
parent
be643bad12
commit
92e1fd373b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue