Commit bdd44a38 authored by Fred Drake's avatar Fred Drake

Pekka Pessi <Pekka.Pessi@nokia.com>:

Patch to add support for sip: (Session Initiation Protocol, RFC2543)
URLs.
parent 396f6e0d
......@@ -17,14 +17,14 @@ uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
'https', 'shttp', 'snews',
'prospero', 'rtsp', 'rtspu', '']
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais',
'snews',
'snews', 'sip',
]
uses_params = ['ftp', 'hdl', 'prospero', 'http',
'https', 'shttp', 'rtsp', 'rtspu',
'https', 'shttp', 'rtsp', 'rtspu', 'sip',
'']
uses_query = ['http', 'wais',
'https', 'shttp',
'gopher', 'rtsp', 'rtspu',
'gopher', 'rtsp', 'rtspu', 'sip',
'']
uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais',
'https', 'shttp', 'snews',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment