summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/TODO
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-10 01:24:17 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-10 18:54:30 +0100
commitdd43402365ac82e6f28d373ea857a38f473e9f45 (patch)
tree8a4825ac0df9d8f1f3f3685a9e0fd5f96d5e274d /kopete/protocols/oscar/TODO
parent3ca6259d5b5b41ecce9759373714bdc57ff563d8 (diff)
downloadtdenetwork-dd43402365ac82e6f28d373ea857a38f473e9f45.tar.gz
tdenetwork-dd43402365ac82e6f28d373ea857a38f473e9f45.zip
kopete: Restore the AIM protocol because a replacement AIM server was created.
This reverts commits 036b0229db and dc34f9c391. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 91ba38a1df42b56caa73babc90ffa4f674c000d4)
Diffstat (limited to 'kopete/protocols/oscar/TODO')
-rw-r--r--kopete/protocols/oscar/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/kopete/protocols/oscar/TODO b/kopete/protocols/oscar/TODO
index 3e20780e..25c82ee8 100644
--- a/kopete/protocols/oscar/TODO
+++ b/kopete/protocols/oscar/TODO
@@ -2,6 +2,7 @@ This is the TODO file for the OSCAR plugin.
====== Possible refactorings =====
+- Unify status handling for ICQ and AIM? I like the ICQ::Presence thing, that's cool
- Do delayed contact creation like on MSN so that when we actually get a good status
code back from the SSI manipulation, we create the contact then rather than hoping
it all works out.
@@ -46,6 +47,7 @@ that was done in oscarsocket, that will need redoing in liboscar
for the same account, one at home and one at work).
- make renaming serverside contacts possible (function is there but fails due
to massive contactlist bugs caused by above mentioned classes)
+- support logging in with something different than "online" status for AIM
- finish icq userinfo dialog and sending your own icq userinfo to the server,
it's easy to do but because of the mass of items takes lots of time
and is extremely boring. (requires snac 0x15, * parsing)