mcabber/src/TODO
changeset 264 b7dd4c337888
parent 260 33e1a05864a6
child 266 2b0db4b458eb
equal deleted inserted replaced
263:1bcc3eec08f0 264:b7dd4c337888
     9 
     9 
    10 TODO:
    10 TODO:
    11 
    11 
    12 * Presence notification is always accepted.  We should ask...
    12 * Presence notification is always accepted.  We should ask...
    13 * Resource priority
    13 * Resource priority
    14 * UTF-8 support
    14 * UTF-8 support (Can somebody help me?)
    15 * Display status / chat mode
    15 * Display status / chat mode
    16 * /connect /disconnect ?
    16 * /connect /disconnect ?
    17 * Key bindings (ex: F5 <-> /group toggle)
    17 * Key bindings (ex: F5 <-> /group toggle)
    18 * Pending message flag is not displayed when buddy is outside Contact window,
    18 * Pending message flag is not displayed when buddy is outside Contact window,
    19   maybe we could show it someway (maybe just a flag?).
    19   maybe we could show it someway (maybe just a flag?).
    25 * Get info from server about a user
    25 * Get info from server about a user
    26 * Publish personal information
    26 * Publish personal information
    27 * Handle message type "error"
    27 * Handle message type "error"
    28 * Show status changes in buddy window (if open)?
    28 * Show status changes in buddy window (if open)?
    29 * Auto away
    29 * Auto away
    30 * Ctrl-o
       
    31 
    30 
    32 * File transfer? :)
    31 * File transfer? :)
    33 * Conferences
    32 * Conferences
    34 
    33 
    35 * Commands! :-)
    34 * Commands! :-)
    44     + rename
    43     + rename
    45   - /say_to <jid> blabla
    44   - /say_to <jid> blabla
    46   - /nick                   (I don't know if it makes sense for Jabber)
    45   - /nick                   (I don't know if it makes sense for Jabber)
    47   - /info [jid]
    46   - /info [jid]
    48   - /server connect|disconnect|register|unregister
    47   - /server connect|disconnect|register|unregister
    49   - /request_auth [jid]
    48   - /auth request|send [jid]
    50   - /send_auth [jid]
       
    51   - Common status shortcuts: /away, /online, /busy, /dnd
    49   - Common status shortcuts: /away, /online, /busy, /dnd
       
    50     I'm not sure it's worth it, with tab completion it is easy and fast to
       
    51     type anyway.  We'd better use user-defined aliases.
       
    52   - /alias alias command
    52   - /search <jid>|name
    53   - /search <jid>|name
    53   - /set option = value
    54   - /set option = value
    54   - /help
    55   - /help
    55   - /rawxml...
    56   - /rawxml...
    56 
    57