# HG changeset patch # User Mikael Berthe # Date 1188212536 -7200 # Node ID 57fe574741228aaa3c4540bde8625a62c6e49c55 # Parent bd8424067efe3113adb3f0ec67d795a2aa6a3667 Update TODO diff -r bd8424067efe -r 57fe57474122 mcabber/TODO --- a/mcabber/TODO Mon Aug 27 12:04:54 2007 +0200 +++ b/mcabber/TODO Mon Aug 27 13:02:16 2007 +0200 @@ -1,21 +1,24 @@ BUGS: -* mcabber does not work with gnutls -* renaming a MUC room should update the bookmark, not add a roster entry +* SSL certificate verification does not work with gnutls +* Renaming a MUC room should update the bookmark, not add a roster entry TODO: * Improve the completion system -* XEP-0202: Entity Time -* XEP-0203: Delayed Delivery (replaces -0091) * Connect hook * Macros -* OTR encryption? +* Use new Entity Time specs (XEP-0202) if possible in + /request time. +* OTR encryption? [WIP] +* New option to display only username in the roster when the name hasn't been + set. +* Remember group state (folded/unfolded) (using private storage for example) +* Enable /roster search for offline (hidden) buddies (hidden groups, etc.) * Show number of online contacts in folded groups * Publish personal information -* Colors for presence * MUC: advanced settings for room creation * MUC: display roles of room members * "Offline roster" (when disconnected) @@ -27,6 +30,7 @@ See XEP-0191: Simple Communications Blocking * Use DNS _xmpp-client._tcp service * Mouse support? +* Human-readable key binding config? * File transfer? :)