Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179958
Collapse All | Expand All

(-)./libpurple/purple-remote.orig (-1 / +1 lines)
Lines 94-100 Link Here
94
def execute(uri):
94
def execute(uri):
95
    match = re.match(urlregexp, uri)
95
    match = re.match(urlregexp, uri)
96
    protocol = match.group(2)
96
    protocol = match.group(2)
97
    if protocol == "xmpp"
97
    if protocol == "xmpp":
98
        protocol = "jabber"
98
        protocol = "jabber"
99
    if protocol == "aim" or protocol == "icq":
99
    if protocol == "aim" or protocol == "icq":
100
        protocol = "oscar"
100
        protocol = "oscar"

Return to bug 179958