hannesm / jackline

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

show latency/lag to server #67

Closed hannesm closed 9 years ago

hannesm commented 9 years ago

now that we ping it every 45 seconds anyways, we can measure the time delta from request to response

hannesm commented 9 years ago

this interfers again with notifications (reason I removed the clock)... also, more thought need to be put into this (there might also be RTT for individual users depending on receipt notifications, but a general approach to UI is not clear to me yet)