xmpp.chapril.org-conversejs/src/headless/utils
JC Brand 5029d93523 XML stanza parsing fixes
- Add a `Stanza` class which can be used by Strophe because it has a
  `tree()` function. This is what gets returned by the `stx` tagged
  template.

- Throw an error when no valid namespace is on the stanza.
    Strophe.Builder used to automatically add the `jabber:client` namespace,
    but that doesn't happen with `toStanza`, so we need to fail if it's not
    specified by the user.

- Use the Strophe XML Parser
    This opens the door to NodeJS support
2023-02-14 11:50:38 +01:00
..
arraybuffer.js Add support for decrypting XEP-0454 OMEMO media 2021-06-25 09:24:18 +02:00
core.js XML stanza parsing fixes 2023-02-14 11:50:38 +01:00
form.js Release 9.1.0 2022-04-02 19:31:37 +02:00
init.js Move functions out of src/headless/core.js into utils 2022-12-28 21:36:40 +01:00
parse-helpers.js Release 9.1.0 2022-04-02 19:31:37 +02:00
stanza.js XML stanza parsing fixes 2023-02-14 11:50:38 +01:00
storage.js Allow media to be invidually shown/rendered... 2021-09-21 17:08:30 +02:00
url.js Refactor checkFileTypes 2022-03-29 19:41:16 +02:00