zom / Zom-iOS-XMPP

THIS PROJECT IS NOW CLOSED. WE HAVE MOVED TO A NEW ZOM 2.0 MATRIX CORE. FOLLOW THE LINK!
https://github.com/zom/zom-ios-matrix
Mozilla Public License 2.0
37 stars 23 forks source link

Android and iOS use different nicknames when joining groups #550

Open N-Pex opened 6 years ago

N-Pex commented 6 years ago

Also, on iOS, we are not consistent. Sometimes we use username, sometimes nickname.

chrisballinger commented 6 years ago

Joining a group should always use the displayName property of the OTRAccount, which first defaults to the vCard nickname, and then to the capitalized user portion of the JID. Never the JID itself.