--- ./libpurple/purple-remote.orig 2007-05-27 01:16:26.000000000 -0400 +++ ./libpurple/purple-remote.orig 2007-05-27 01:16:34.000000000 -0400 @@ -94,7 +94,7 @@ def execute(uri): match = re.match(urlregexp, uri) protocol = match.group(2) - if protocol == "xmpp" + if protocol == "xmpp": protocol = "jabber" if protocol == "aim" or protocol == "icq": protocol = "oscar"