acomminos / Jumble

An Android service implementation of the Mumble protocol.
GNU General Public License v3.0
90 stars 51 forks source link

Fix Mumble URL parsing #11

Closed rce closed 9 years ago

rce commented 9 years ago

URLs including password but no username were parsed incorrectly. The Mumble Wiki's specification is somewhat confusing for this case. The General URL specification implies an username is needed to use a password but later on page it is clear that password can be used without an accompanying username.

The desktop client also supports these URLs.

acomminos commented 9 years ago

Looks good, thanks!