TODO
changeset 37 0477d4800fbd
parent 32 9a6164bc805c
equal deleted inserted replaced
36:f23b9521b4d6 37:0477d4800fbd
     1 
     1 docs/todo.mdwn
     2 * due to server bugs, some offline buddies are still notified on publication,
       
     3   causing error reply, that pep accepts as event. check message type/presence of error tag.
       
     4 * check input/output for validity, where applicable
       
     5 * extract common code into one place
       
     6 * add avatar
       
     7   * pep_avatar, avatar_cache, avatar, aavatar (separate)
       
     8     *       hook_avatar_metadata_in                               @ pep_avatar  
       
     9           | hook_avatar_need_data_in (or symbol-resolved request) @ avatar_cache  
       
    10           V hook_avatar_data_in                                   @ pep_avatar  
       
    11             hook_avatar_in                                        @ avatar_cache
       
    12     * (!!!) how to handle outgoing event? what and where should do what?
       
    13   * handle url avatars (curl)
       
    14   * report absence of avatar
       
    15