Tinode
Instant messaging platform, an open-source alternative to WhatsApp or Telegram
Alternative to: WhatsApp, Telegram, Facebook Messenger
About
Versions (92)
v0.15.0
2018-05-22Main changes
- Refactored searching for users and topics:
- Two types of queries: transient
fnd.publicand long lived:fnd.private. Transient queries are not saved on the server and not shared between user’s devices/clients. Long lived queries are persisted at the server and shared between devices. - Queries are strings now (as opposed as string arrays before). A formal query language is introduced.
- An option added for designating some tags as restricted. It’s needed for managing organizations within a server.
- Two types of queries: transient
- Structured
privatefield in topics and users. Theprivateused to contain a string. Now it holds an object withprivate.commentholding what was the content ofprivate. touchedfield is added to report last message time stamp. It’s needed for sorting topics by the time of last activity.- Graphic assets updated with the new logo
- Bug fixes