[telepathy] [Bug 306480] Handle browser links to Xmpp protocol (and others im protocols like aim etc)

David Edmundson kde at davidedmundson.co.uk
Wed Mar 20 02:03:37 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=306480

David Edmundson <kde at davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kde at davidedmundson.co.uk

--- Comment #3 from David Edmundson <kde at davidedmundson.co.uk> ---
>From Kopete source code this list of protocols is:

./protocols/skype/skype.protocol
./protocols/skype/tel.protocol
./protocols/skype/callto.protocol
./protocols/oscar/aim/aim.protocol
./protocols/irc/irc.protocol
./protocols/jabber/xmpp.protocol

Skype and IRC we don't support No-one uses AIM.
Might be worth doing rakia for tel: links.

Action plan:
 - we build one application that takes a URL extract, guesses which account
will be best (maybe prompting if there are two jabber accounts?) and then runs
ensureTextChat(contactId) / ensureTextChatRoom(roomId) as appropriate

 - we install all the protocol files to launch that

 - put all this in common-internals

Code is pretty straightforward, and would a useful tool to have

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list