diff libpurple/purple-remote @ 17922:43a55528ff26

propagate from branch 'im.pidgin.pidgin' (head b5c55520ae8ff7186733fd82db23a6e4452976cc) to branch 'im.pidgin.soc.2007.finchfeat' (head 93037197c5356731d62e75b4050ca7d01b1017d6)
author Eric Polino <aluink@pidgin.im>
date Mon, 04 Jun 2007 15:12:50 +0000
parents 3bcdb320e619
children 6b7b13adb9b1
line wrap: on
line diff
--- a/libpurple/purple-remote	Mon Jun 04 05:05:42 2007 +0000
+++ b/libpurple/purple-remote	Mon Jun 04 15:12:50 2007 +0000
@@ -31,7 +31,7 @@
         return result
             
 def show_help():
-    print """This program uses DBus to communicate with purple.
+    print """This program uses D-Bus to communicate with purple.
 
 Usage:
 
@@ -94,8 +94,8 @@
 def execute(uri):
     match = re.match(urlregexp, uri)
     protocol = match.group(2)
-    if protocol == "aim" or protocol == "icq":
-        protocol = "oscar"
+    if protocol == "xmpp":
+        protocol = "jabber"
     if protocol is not None:
         protocol = "prpl-" + protocol
     command = match.group(5)