hannesm / jackline

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

inconsistent names for contacts #187

Open hannesm opened 6 years ago

hannesm commented 6 years ago

since #182 is merged, the contact list now contains the name or alias instead of the jabber id.

unfortunately the log still contains the jabber id, and the sorting in the contact list is based on the jabber id (which makes it hard to find if you alias foo@bar.com to a)

hannesm commented 6 years ago

/cc @TealG I reverted your PR #182 in #189 due to several shortcomings:

these issues first need to be thought through and properly addressed