diff options
author | Slávek Banko <[email protected]> | 2019-12-10 01:24:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-10 01:24:17 +0100 |
commit | 91ba38a1df42b56caa73babc90ffa4f674c000d4 (patch) | |
tree | cb65a7a13ac72de8a4ef610424da9195edca0a0c /kopete/TODO | |
parent | f2553c2ff47de1bcf060f22edd5c23d9cb653bc3 (diff) | |
download | tdenetwork-91ba38a1df42b56caa73babc90ffa4f674c000d4.tar.gz tdenetwork-91ba38a1df42b56caa73babc90ffa4f674c000d4.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 <[email protected]>
Diffstat (limited to 'kopete/TODO')
-rw-r--r-- | kopete/TODO | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kopete/TODO b/kopete/TODO index 5c22ed26..eab40274 100644 --- a/kopete/TODO +++ b/kopete/TODO @@ -32,7 +32,7 @@ Beware: It's totally unsorted ;) ================================================================================ -OSCAR ICQ TODO ITEMS +OSCAR ICQ/AIM TODO ITEMS OSCAR in general======================================================== - somehow sync server and local list, this is not as trivial as everybody @@ -48,6 +48,7 @@ OSCAR ICQ TODO ITEMS (should work if kopete groupname == serverside groupname) X Base Buffer class on something like QDataStream (if possible), I don't like all the pointer stuff in here + X get rid of AIMContactList, AIMBuddy (almost gone already) and AIMGroup. ICQ specific =========================================================== X support simple icq type-2 messages so we can send/receive away @@ -69,5 +70,9 @@ OSCAR ICQ TODO ITEMS - support sending all of your own icq userinfo to the server, it's easy to do but a lot of of boring work + AIM specific =========================================================== + - Nothing in here yet, I'd appreciate somebody with more extensive use + of AIM to take over just that part of the plugin. + ================================================================================ |