changeset 17157:c36124736326

Make purple-remote accept xmpp as a protocol
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 20 May 2007 14:21:50 +0000
parents 36f97c87e980
children fdd52f7651c7
files libpurple/purple-remote
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: