diff --git a/README.md b/README.md index d3fd4b793..b9d7a08ca 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,10 @@ A heartfelt thanks for everyone who has supported this project over the years. Many people have contributed testing, bugfixes, features and corrections. We accept donations via [Patreon](https://www.patreon.com/jcbrand) and [Liberapay](https://liberapay.com/jcbrand). + +## Sponsors + +![Blokt Crypto & Privacy](https://raw.githubusercontent.com/conversejs/converse.js/541613d1fea8aef364af00180f60e959162e5e4b/logo/blokt.png) +![Codefirst](https://raw.githubusercontent.com/conversejs/converse.js/541613d1fea8aef364af00180f60e959162e5e4b/logo/codefirst.png) +![KeyCDN](https://raw.githubusercontent.com/conversejs/converse.js/541613d1fea8aef364af00180f60e959162e5e4b/logo/keycdn.png) +![Mailbox](https://raw.githubusercontent.com/conversejs/converse.js/logo/mailbox.svg) diff --git a/docs/source/_templates/sponsors.html b/docs/source/_templates/sponsors.html index c3728e26e..9d6b5d235 100644 --- a/docs/source/_templates/sponsors.html +++ b/docs/source/_templates/sponsors.html @@ -14,5 +14,9 @@ Blokt Crypto & Privacy +
  • + mailbox - Email and cloud storage + +
  • Become a sponsor diff --git a/index.html b/index.html index 53e71404f..e490adb05 100644 --- a/index.html +++ b/index.html @@ -185,6 +185,7 @@
  • A plugin architecture based on pluggable.js
  • Chat statuses (online, busy, away, offline)
  • Desktop notifications
  • +
  • URL Previews (requires server support, for example mod_ogp
  • Multi-user chatrooms (XEP 45)
  • Chatroom bookmarks (XEP 48)
  • Direct invitations to chat rooms (XEP 249)
  • @@ -248,6 +249,7 @@
  • Weblate
  • Codefirst
  • Blokt Crypto & Privacy
  • +
  • Mailbox - Email and cloud storage
  • diff --git a/logo/mailbox.svg b/logo/mailbox.svg new file mode 100644 index 000000000..b6995b502 --- /dev/null +++ b/logo/mailbox.svg @@ -0,0 +1,65 @@ + + + +]> + + + + + + + + + + + + + diff --git a/src/headless/plugins/status.js b/src/headless/plugins/status.js index ae9c46c91..92adf1136 100644 --- a/src/headless/plugins/status.js +++ b/src/headless/plugins/status.js @@ -251,7 +251,7 @@ converse.plugins.add('converse-status', { * @param { String } type * @param { String } to * @param { String } [status] - An optional status message - * @param { Array[Element]|Array[Strophe.Builder]|Element|Strophe.Builder } [child_nodes] + * @param { Element[]|Strophe.Builder[]|Element|Strophe.Builder } [child_nodes] * Nodes(s) to be added as child nodes of the `presence` XML element. */ async send (type, to, status, child_nodes) {