Feature #2895
Support Miranda IM
Status: | New | Start date: | 01/21/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
Please add Miranda IM (http://www.miranda-im.org/) to the list of apps to choose from.
The OTR data seems to be stored in "C:\Users\scottf\AppData\Roaming\Miranda\Force\MirOTR":
otr.fingerprints
otr.private_key
Here is the Miranda OTR addon:
http://addons.miranda-im.org/details.php?action=viewfile&id=4424
http://code.google.com/p/mirotr/
History
#1 Updated by hans almost 4 years ago
We'd like to support as many apps as possible, but we can't do it alone. For example, none of us have ever used Miranda, so we wouldn't know how to test to make sure things worked.
That said, it should be pretty straightforward to add the Miranda support yourself. Start with otrapps/pidgin.py
, copy it to otrapps/miranda.py
, edit the path, edit setup.py
and otrapps/__init__.py
and try running it. That might be enough if Miranda stores the account IDs and XMPP Resources the same way as pidgin. Chances are that it is slightly different, so I'll have to be tweaked a bit. But that is most likely all that needs to happens, since it looks like Miranda uses libotr and its file format.