# HG changeset patch # User Stu Tomlinson # Date 1179670910 0 # Node ID c36124736326990c64d29313154bb6be848139ca # Parent 36f97c87e980daa87f8ad94f18820c76595da306 Make purple-remote accept xmpp as a protocol diff -r 36f97c87e980 -r c36124736326 libpurple/purple-remote --- a/libpurple/purple-remote Sun May 20 13:29:35 2007 +0000 +++ b/libpurple/purple-remote Sun May 20 14:21:50 2007 +0000 @@ -94,6 +94,8 @@ def execute(uri): match = re.match(urlregexp, uri) protocol = match.group(2) + if protocol == "xmpp" + protocol = "jabber" if protocol == "aim" or protocol == "icq": protocol = "oscar" if protocol is not None: