xmpp.chapril.org-conversejs/src/headless/shared
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
..
chat Fixes #3007 2022-08-20 11:12:59 +02:00
connection XML stanza parsing fixes 2023-02-14 11:50:38 +01:00
settings Add Uyghur 2023-01-02 09:45:04 +01:00
_converse.js Move functions out of src/headless/core.js into utils 2022-12-28 21:36:40 +01:00
actions.js Move MUC and stanza utils into shared and plugin-specific files 2020-12-14 16:30:13 +01:00
constants.js Message carbons 2022-05-13 10:32:54 +02:00
errors.js Move functions out of src/headless/core.js into utils 2022-12-28 21:36:40 +01:00
i18n.js Split core.js file into multiple smaller ones 2021-03-09 14:11:28 +01:00
parsers.js Add XEP-372 URI as data attribute to mention element 2022-07-19 11:59:55 +02:00
rsm.js Allow media to be invidually shown/rendered... 2021-09-21 17:08:30 +02:00