The source project of this merge request has been removed.
utils: reworked uri splitting with help of libsoup
Currently we split a URI string with a Regex which is error prone. As libsoup already provides a facility to parse a URI into its parts we should use this instead.
Related to: #41 (closed)