Earlier quoted context omitted.
Everyone thinks we don't need another one until they see one that does something they like but hadn't realised would be useful. WhatsApp with its free messages, Twitter with its enforced terseness, Snapchat with its take on ephemerality - they were all adopted by millions of users who, before seeing the app, would probably have declared they didn't need a new messaging app. Yet they installed it, tried it, and contin…
I agree. But what's the feature here? I lament the audio quality of cell phone calls, but audio quality depends on bandwidth, and this requires an internet connection, which is going to be spotty depending on location and when transitioning from data to wifi. Every feature here seems a marginal improvement on what already exists (audio quality, UI, sync, security, battery use). No new concepts. Don't get me wrong, I'…
Wire – Modern Communications Network
91–100 of 411 posts
Re: Wire – Modern Communications Network
#92The app page says "Wire interactions are secure and we comply with European privacy laws and regulations." That's just not enough.
Re: Wire – Modern Communications Network
#93That's not going to kill Skype.
Re: Wire – Modern Communications Network
#94Earlier quoted context omitted.
I have: * Telegram, with all my contacts (including several rather large group chats) * SMS, for telling new contacts to get Telegram I don't mourn XMPP, it wasn't very nice and especially not very mobile friendly.
Not very mobile friendly .. in what way? The limitations I know of are 'fixed' with decent/recent clients (Stream Management comes to mind). Care to elaborate?
Re: Wire – Modern Communications Network
#95Earlier quoted context omitted.
Exactly. Right now, I have installed on my phone: * Standard text messaging app, for almost everyone. * Google Hangouts, which is a pain to remove and always logs in behind my back. I don't want to chat on my phone, it's just a nuisance. (I wish people would stop talking to me through Hangouts, honestly) * Viber, with a single contact. * LINE, with a single contact. I don't have WhatsApp or Snapchat or whatever, but…
I have on my phone: Standard text messaging ConnectBot (to an irssi session for IRC) The answer is just to say no when people ask you install $appoftheday to contact them. No hangouts, no skype, no whatsapp, no facebook polluting my phone with their intrusiveness and always-on-in-background tendencies. One person occasionally asks me to install Whatsapp, but each time I say no. Hangouts is a pain to remove if it came…
But I would prefer if I could just add them as an account to an app that I already have. And ideally an open-source, usable, attractive app.
Re: Wire – Modern Communications Network
#96Earlier quoted context omitted.
All messages are encrypted by default, but not client-client (in order to make cloud sync work): https://telegram.org/faq#q-why-not-just-make-all-chats-secre...
It is possible to create synced messages without depending on a server decrypting the messages. Here's how Tox is going to implement that: https://github.com/Quoturnix/ProjectTox-Core/wiki/Multiple-d...
Re: Wire – Modern Communications Network
#97Re: Wire – Modern Communications Network
#98It is a big challenge to move any of these people to new technology, even if it would offer a real advantage for them, which no real newcomer does at the moment.
Re: Wire – Modern Communications Network
#99Which basically means as soon as a warrant is sent from pretty much any European government they'll hand over all your conversations. The support article doesn't give any detail whatsoever on how they encrypt your conversations: https://support.wire.com/hc/en-us/articles/203122500-Are-mes...
It's a shame companies can't be held accountable for advertising their services as secure, for false advertising.
Re: Wire – Modern Communications Network
#100Earlier quoted context omitted.
That's what XMPP is already doing.
I usually dislike introducing yet another standard, but Tox has some features that XMPP won't provide. VoIP support out of the box, without the need for an extension that may not be supported by the client. Also, afaik it's truly decentralized, without the need for a server for the actual communication.
True, but do you think it's easier to deploy an extension that already exists and just lacks implementations, or to create a whole new protocol from scratch ?
If you look at other successful protocols, you'll also see that some features we rely on were bolted-on as extensions to protocols that were defined before, such as DNS, IMAP, HTTP... Not that it's an excuse to do the same, but it's expected.
> it's truly decentralized, without the need for a server for the actual communication
I don't think that's not something you actually want.
- How do you send a message to someone who's offline ? You don't, you have to wait for you and your contact to be online at the same time.
- How do you traverse NATs ? You have to craft all that messy code, and it's not even guaranteed that it works... you're going to need a "known anchor" for everyone to connect, just like what we see with WebRTC. If you're aiming for a one single protocol, there's no way around that. By the way XMPP can do signaling over XMPP and actual communications over direct, P2P links (such as SOCKS5: http://xmpp.org/extensions/xep-0260.html)
The sad state today is that many clients still haven't implemented Jingle, but at least there's something to start from.