TODO.txt
changeset 127 a8f9a0c07fc8
parent 123 42a9995faa38
child 128 8342afcffc92
equal deleted inserted replaced
126:367e76b3028e 127:a8f9a0c07fc8
     9 
     9 
    10 Rename stanzaHandler to something like idCallback. Same for the
    10 Rename stanzaHandler to something like idCallback. Same for the
    11 HandleStanza function.
    11 HandleStanza function.
    12 
    12 
    13 Replace inputControl with something like an enum.
    13 Replace inputControl with something like an enum.
    14 
       
    15 Rename In and Out channels to Recv and Send.
       
    16 
    14 
    17 Add a way to broadcast status information as negotiation happens or
    15 Add a way to broadcast status information as negotiation happens or
    18 disconnects occur. Possibly a new type of object that can be sent on
    16 disconnects occur. Possibly a new type of object that can be sent on
    19 Recv along with stanzas. Or use sync.Cond to protect a state
    17 Recv along with stanzas. Or use sync.Cond to protect a state
    20 variable.
    18 variable.