comparison mcabber/TODO @ 437:170f1aa12989

Update TODO
author Mikael Berthe <mikael@lilotux.net>
date Fri, 16 Sep 2005 21:49:39 +0200
parents 3a613e1d229b
children 3741142ed9e7
comparison
equal deleted inserted replaced
436:802da817a684 437:170f1aa12989
21 * Keep track of buddy resources. Ex.: 21 * Keep track of buddy resources. Ex.:
22 - buddy A connects with resource r1 22 - buddy A connects with resource r1
23 - buddy A connects with resource r2 23 - buddy A connects with resource r2
24 - A/r2 disconnects 24 - A/r2 disconnects
25 Then we see A as being offline, although we should still see A/r1 online 25 Then we see A as being offline, although we should still see A/r1 online
26 * MUC: invitation
27 * MUC: join password-protected room
26 28
27 * File transfer? :) 29 * File transfer? :)
28 * MUC (Conferences...) 30 * MUC (Conferences...)
29 31
30 * Commands: 32 * Commands:
31 33
32 - /buffer <clear|top|bottom> 34 - /buffer clear|top|bottom
33 + /buffer % 50 (jump to 50 %) 35 + /buffer % 50 (jump to 50 %)
34 + /buffer date $date (jump to first msg after $date) 36 + /buffer date $date (jump to first msg after $date)
35 - /group <expand|shrink|toggle> 37 - /group expand|shrink|toggle
36 + rename 38 + rename
37 - /say_to <jid> blabla 39 - /say_to jid blabla
40 - /status_to jid status [message]
38 - /info [jid] 41 - /info [jid]
39 (request info to the server if the buddy is not in the roster) 42 (request info to the server if the buddy is not in the roster)
40 - /server register|unregister 43 - /server register|unregister
41 - /auth request|send [jid] 44 - /auth request|send [jid]
42 - /search <jid>|name 45 - /search <jid>|name
43 (server search) 46 (server search)
44 - /help 47 - /help
45 - /room join|leave|topic|names 48 - /room join|leave|topic|names|nick
46 - /rawxml...
47 49