This is a compelling reason to use Wire over Telegram or whatsapp. I am assuming we can run our own instances though.
Wire Server open sourced
11–20 of 38 posts
Re: Wire Server open sourced
#12I haven't used Wire [1] in a long time because it didn't have a way to backup and restore conversations when switching devices (Signal behaves the same way too). But I do look at the release notes whenever the client is updated. Recently I was happy to see that Wire allowed up to three accounts to be configured in the client! I also like the fact that Wire doesn't need a phone number (unlike Telegram, Signal, WhatsAp…
Federation of self-hosted servers and the "official cloud" seems to be on Wire's road-map, cf:
* Third paragraph of OP
* https://www.reddit.com/r/selfhosted/comments/5vylls/wire_end...
* Last sentence on https://medium.com/@wireapp/open-sourcing-wire-server-code-e...
Re: Wire Server open sourced
#13Re: Wire Server open sourced
#14I haven't used Wire [1] in a long time because it didn't have a way to backup and restore conversations when switching devices (Signal behaves the same way too). But I do look at the release notes whenever the client is updated. Recently I was happy to see that Wire allowed up to three accounts to be configured in the client! I also like the fact that Wire doesn't need a phone number (unlike Telegram, Signal, WhatsAp…
> native multi-platform/multi-OS support Nope, just Electron.
Re: Wire Server open sourced
#15This is a compelling reason to use Wire over Telegram or whatsapp. I am assuming we can run our own instances though.
I would hope the sharply better security of Wire or WhatsApp would be a good reason to use them instead of Telegram.
i would hope the "not being owned by a datamining advertising giant" of wire or telegram would be a good reason to use them instead of whatsapp.
Re: Wire Server open sourced
#16Earlier quoted context omitted.
I would hope the sharply better security of Wire or WhatsApp would be a good reason to use them instead of Telegram.
there are plenty of factors at play. for example: i would hope the "not being owned by a datamining advertising giant" of wire or telegram would be a good reason to use them instead of whatsapp.
You should be extremely suspicious of any messaging company that advertises client-server encryption as a privacy feature. It obviously is not.
Re: Wire Server open sourced
#17Multi-device. Email-address-based. Federated [soon]. What's not to like?
Re: Wire Server open sourced
#18Earlier quoted context omitted.
> native multi-platform/multi-OS support Nope, just Electron.
In 2017 "native" mean "Chromium built as a library and bundled into (every) executable".
Some people use it that way sure, but they're wrong. You can either help point it out when they make the claim or you can be a part of the problem.
Re: Wire Server open sourced
#19Earlier quoted context omitted.
In 2017 "native" mean "Chromium built as a library and bundled into (every) executable".
It really doesn't. Some people use it that way sure, but they're wrong. You can either help point it out when they make the claim or you can be a part of the problem.
Re: Wire Server open sourced
#20I haven't used Wire [1] in a long time because it didn't have a way to backup and restore conversations when switching devices (Signal behaves the same way too). But I do look at the release notes whenever the client is updated. Recently I was happy to see that Wire allowed up to three accounts to be configured in the client! I also like the fact that Wire doesn't need a phone number (unlike Telegram, Signal, WhatsAp…
You can backup/restore Signal Desktop conversations from the Dev Tools console: `Whisper.Backup.backupToDirectory()` `Whisper.Backup.importFromDirectory()`