hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
251 stars 20 forks source link

session handling #21

Closed hannesm closed 9 years ago

hannesm commented 9 years ago

at the moment, session is selected when highlighted (actually also in make_prompt) -- now if there are presence changes, it doesn't change until make_prompt is called again (or highlight changes).

sending messages out should go to the best session available (until UI exposes sessions)...

hannesm commented 9 years ago

furthermore, this /special/ should go away -- it is reliable only during the very first message sent to an offline contact

hannesm commented 9 years ago

that is done (unfortunately sth broken atm)