summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-05-20 14:21:50 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-05-20 14:21:50 +0000
commit4551aac8332be6bd01193c44c829556d83aa6b71 (patch)
treefb2f8a42249790d8094a5a8e8005673a4f786dfb
parentfeca0a9b21a1601c41ce15e56b8bbe08c2ea3832 (diff)
downloadpidgin-4551aac8332be6bd01193c44c829556d83aa6b71.tar.gz
Make purple-remote accept xmpp as a protocol
-rwxr-xr-xlibpurple/purple-remote2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/purple-remote b/libpurple/purple-remote
index ce5929fff5..2ddbce2b3d 100755
--- a/libpurple/purple-remote
+++ b/libpurple/purple-remote
@@ -94,6 +94,8 @@ def findaccount(accountname, protocolname):
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: