Kim Alvefur

Results 87 comments of Kim Alvefur

I was not aware of the special handling of `headline`. Interesting, but looks like a bug if you're not prepared for the lack of input textarea. In this case, I...

As I understand this is already the plan per https://github.com/dino/dino/issues/178#issuecomment-981101970

FWIW saving the key to e.g. `/etc/apt/trusted.gpg.d/dino.gpg` should be more future proof as `apt-key` is [deprecated](https://manpages.debian.org/unstable/apt/apt-key.8.en.html#DEPRECATION).

[Modern XMPP](https://docs.modernxmpp.org/), a project with the goal of improving consistency among all XMPP clients, currently recommends [_Address_ or _XMPP address_](https://docs.modernxmpp.org/terminology/)

Per MAM is advertised on the account JID, not on the server.

[Bad XMPP](https://badxmpp.eu/) has a few intentionally misconfigured hosts for testing against, including IPv4+IPv6 where one will not connect. The tests are however currently only for server-to-server connections, tests for clients...

With Candy debugging enabled, I see the following: ``` [Strophe][INFO]: Websocket open SENT: ``` That's not how you open an XMPP-in-WebSocket stream according to [RFC7395](https://tools.ietf.org/html/rfc7395). It changed in [draft-ietf-xmpp-websocket-01](https://tools.ietf.org/rfcdiff?difftype=--hwdiff&url2=draft-ietf-xmpp-websocket-01.txt) to...

Looks like this should be fixed by updating Strophe.js to 1.2.0 or later.

It depends on how much interoperability with the existing XMPP world you want. It's perfectly reasonable to have your own private extensions. OMEMO is an extension, there are other E2EE...

1. Theoretically, but 2. Not yet