├── .eslintrc.json ├── .github ├── FUNDING.yml └── dependabot.yml ├── .gitignore ├── .nvmrc ├── LICENSE.txt ├── Makefile ├── README.md ├── _config.yml ├── dist ├── converse.css ├── converse.css.map ├── converse.js ├── converse.js.map ├── converse.min.css ├── converse.min.css.map ├── converse.min.js ├── converse.min.js.LICENSE.txt ├── converse.min.js.map ├── emojis.js ├── images │ ├── custom_emojis │ │ ├── converse.png │ │ └── xmpp.png │ ├── favicon.ico │ └── logo │ │ ├── conversejs-filled-192.png │ │ ├── conversejs-filled-192.svg │ │ ├── conversejs-filled-512.png │ │ ├── conversejs-filled-512.svg │ │ └── conversejs-filled.svg ├── locales │ ├── af-LC_MESSAGES-converse-po.js │ ├── ar-LC_MESSAGES-converse-po.js │ ├── bg-LC_MESSAGES-converse-po.js │ ├── ca-LC_MESSAGES-converse-po.js │ ├── cs-LC_MESSAGES-converse-po.js │ ├── da-LC_MESSAGES-converse-po.js │ ├── dayjs │ │ ├── af-js.js │ │ ├── af-js.js.map │ │ ├── am-js.js │ │ ├── am-js.js.map │ │ ├── ar-dz-js.js │ │ ├── ar-dz-js.js.map │ │ ├── ar-iq-js.js │ │ ├── ar-iq-js.js.map │ │ ├── ar-js.js │ │ ├── ar-js.js.map │ │ ├── ar-kw-js.js │ │ ├── ar-kw-js.js.map │ │ ├── ar-ly-js.js │ │ ├── ar-ly-js.js.map │ │ ├── ar-ma-js.js │ │ ├── ar-ma-js.js.map │ │ ├── ar-sa-js.js │ │ ├── ar-sa-js.js.map │ │ ├── ar-tn-js.js │ │ ├── ar-tn-js.js.map │ │ ├── az-js.js │ │ ├── az-js.js.map │ │ ├── be-js.js │ │ ├── be-js.js.map │ │ ├── bg-js.js │ │ ├── bg-js.js.map │ │ ├── bi-js.js │ │ ├── bi-js.js.map │ │ ├── bm-js.js │ │ ├── bm-js.js.map │ │ ├── bn-bd-js.js │ │ ├── bn-bd-js.js.map │ │ ├── bn-js.js │ │ ├── bn-js.js.map │ │ ├── bo-js.js │ │ ├── bo-js.js.map │ │ ├── br-js.js │ │ ├── br-js.js.map │ │ ├── bs-js.js │ │ ├── bs-js.js.map │ │ ├── ca-js.js │ │ ├── ca-js.js.map │ │ ├── cs-js.js │ │ ├── cs-js.js.map │ │ ├── cv-js.js │ │ ├── cv-js.js.map │ │ ├── cy-js.js │ │ ├── cy-js.js.map │ │ ├── da-js.js │ │ ├── da-js.js.map │ │ ├── de-at-js.js │ │ ├── de-at-js.js.map │ │ ├── de-ch-js.js │ │ ├── de-ch-js.js.map │ │ ├── de-js.js │ │ ├── de-js.js.map │ │ ├── dv-js.js │ │ ├── dv-js.js.map │ │ ├── el-js.js │ │ ├── el-js.js.map │ │ ├── en-au-js.js │ │ ├── en-au-js.js.map │ │ ├── en-ca-js.js │ │ ├── en-ca-js.js.map │ │ ├── en-gb-js.js │ │ ├── en-gb-js.js.map │ │ ├── en-ie-js.js │ │ ├── en-ie-js.js.map │ │ ├── en-il-js.js │ │ ├── en-il-js.js.map │ │ ├── en-in-js.js │ │ ├── en-in-js.js.map │ │ ├── en-js.js │ │ ├── en-js.js.map │ │ ├── en-nz-js.js │ │ ├── en-nz-js.js.map │ │ ├── en-sg-js.js │ │ ├── en-sg-js.js.map │ │ ├── en-tt-js.js │ │ ├── en-tt-js.js.map │ │ ├── eo-js.js │ │ ├── eo-js.js.map │ │ ├── es-do-js.js │ │ ├── es-do-js.js.map │ │ ├── es-js.js │ │ ├── es-js.js.map │ │ ├── es-mx-js.js │ │ ├── es-mx-js.js.map │ │ ├── es-pr-js.js │ │ ├── es-pr-js.js.map │ │ ├── es-us-js.js │ │ ├── es-us-js.js.map │ │ ├── et-js.js │ │ ├── et-js.js.map │ │ ├── eu-js.js │ │ ├── eu-js.js.map │ │ ├── fa-js.js │ │ ├── fa-js.js.map │ │ ├── fi-js.js │ │ ├── fi-js.js.map │ │ ├── fo-js.js │ │ ├── fo-js.js.map │ │ ├── fr-ca-js.js │ │ ├── fr-ca-js.js.map │ │ ├── fr-ch-js.js │ │ ├── fr-ch-js.js.map │ │ ├── fr-js.js │ │ ├── fr-js.js.map │ │ ├── fy-js.js │ │ ├── fy-js.js.map │ │ ├── ga-js.js │ │ ├── ga-js.js.map │ │ ├── gd-js.js │ │ ├── gd-js.js.map │ │ ├── gl-js.js │ │ ├── gl-js.js.map │ │ ├── gom-latn-js.js │ │ ├── gom-latn-js.js.map │ │ ├── gu-js.js │ │ ├── gu-js.js.map │ │ ├── he-js.js │ │ ├── he-js.js.map │ │ ├── hi-js.js │ │ ├── hi-js.js.map │ │ ├── hr-js.js │ │ ├── hr-js.js.map │ │ ├── ht-js.js │ │ ├── ht-js.js.map │ │ ├── hu-js.js │ │ ├── hu-js.js.map │ │ ├── hy-am-js.js │ │ ├── hy-am-js.js.map │ │ ├── id-js.js │ │ ├── id-js.js.map │ │ ├── is-js.js │ │ ├── is-js.js.map │ │ ├── it-ch-js.js │ │ ├── it-ch-js.js.map │ │ ├── it-js.js │ │ ├── it-js.js.map │ │ ├── ja-js.js │ │ ├── ja-js.js.map │ │ ├── jv-js.js │ │ ├── jv-js.js.map │ │ ├── ka-js.js │ │ ├── ka-js.js.map │ │ ├── kk-js.js │ │ ├── kk-js.js.map │ │ ├── km-js.js │ │ ├── km-js.js.map │ │ ├── kn-js.js │ │ ├── kn-js.js.map │ │ ├── ko-js.js │ │ ├── ko-js.js.map │ │ ├── ku-js.js │ │ ├── ku-js.js.map │ │ ├── ky-js.js │ │ ├── ky-js.js.map │ │ ├── lb-js.js │ │ ├── lb-js.js.map │ │ ├── lo-js.js │ │ ├── lo-js.js.map │ │ ├── lt-js.js │ │ ├── lt-js.js.map │ │ ├── lv-js.js │ │ ├── lv-js.js.map │ │ ├── me-js.js │ │ ├── me-js.js.map │ │ ├── mi-js.js │ │ ├── mi-js.js.map │ │ ├── mk-js.js │ │ ├── mk-js.js.map │ │ ├── ml-js.js │ │ ├── ml-js.js.map │ │ ├── mn-js.js │ │ ├── mn-js.js.map │ │ ├── mr-js.js │ │ ├── mr-js.js.map │ │ ├── ms-js.js │ │ ├── ms-js.js.map │ │ ├── ms-my-js.js │ │ ├── ms-my-js.js.map │ │ ├── mt-js.js │ │ ├── mt-js.js.map │ │ ├── my-js.js │ │ ├── my-js.js.map │ │ ├── nb-js.js │ │ ├── nb-js.js.map │ │ ├── ne-js.js │ │ ├── ne-js.js.map │ │ ├── nl-be-js.js │ │ ├── nl-be-js.js.map │ │ ├── nl-js.js │ │ ├── nl-js.js.map │ │ ├── nn-js.js │ │ ├── nn-js.js.map │ │ ├── oc-lnc-js.js │ │ ├── oc-lnc-js.js.map │ │ ├── pa-in-js.js │ │ ├── pa-in-js.js.map │ │ ├── pl-js.js │ │ ├── pl-js.js.map │ │ ├── pt-br-js.js │ │ ├── pt-br-js.js.map │ │ ├── pt-js.js │ │ ├── pt-js.js.map │ │ ├── rn-js.js │ │ ├── rn-js.js.map │ │ ├── ro-js.js │ │ ├── ro-js.js.map │ │ ├── ru-js.js │ │ ├── ru-js.js.map │ │ ├── rw-js.js │ │ ├── rw-js.js.map │ │ ├── sd-js.js │ │ ├── sd-js.js.map │ │ ├── se-js.js │ │ ├── se-js.js.map │ │ ├── si-js.js │ │ ├── si-js.js.map │ │ ├── sk-js.js │ │ ├── sk-js.js.map │ │ ├── sl-js.js │ │ ├── sl-js.js.map │ │ ├── sq-js.js │ │ ├── sq-js.js.map │ │ ├── sr-cyrl-js.js │ │ ├── sr-cyrl-js.js.map │ │ ├── sr-js.js │ │ ├── sr-js.js.map │ │ ├── ss-js.js │ │ ├── ss-js.js.map │ │ ├── sv-fi-js.js │ │ ├── sv-fi-js.js.map │ │ ├── sv-js.js │ │ ├── sv-js.js.map │ │ ├── sw-js.js │ │ ├── sw-js.js.map │ │ ├── ta-js.js │ │ ├── ta-js.js.map │ │ ├── te-js.js │ │ ├── te-js.js.map │ │ ├── tet-js.js │ │ ├── tet-js.js.map │ │ ├── tg-js.js │ │ ├── tg-js.js.map │ │ ├── th-js.js │ │ ├── th-js.js.map │ │ ├── tk-js.js │ │ ├── tk-js.js.map │ │ ├── tl-ph-js.js │ │ ├── tl-ph-js.js.map │ │ ├── tlh-js.js │ │ ├── tlh-js.js.map │ │ ├── tr-js.js │ │ ├── tr-js.js.map │ │ ├── tzl-js.js │ │ ├── tzl-js.js.map │ │ ├── tzm-js.js │ │ ├── tzm-js.js.map │ │ ├── tzm-latn-js.js │ │ ├── tzm-latn-js.js.map │ │ ├── ug-cn-js.js │ │ ├── ug-cn-js.js.map │ │ ├── uk-js.js │ │ ├── uk-js.js.map │ │ ├── ur-js.js │ │ ├── ur-js.js.map │ │ ├── uz-js.js │ │ ├── uz-js.js.map │ │ ├── uz-latn-js.js │ │ ├── uz-latn-js.js.map │ │ ├── vi-js.js │ │ ├── vi-js.js.map │ │ ├── x-pseudo-js.js │ │ ├── x-pseudo-js.js.map │ │ ├── yo-js.js │ │ ├── yo-js.js.map │ │ ├── zh-cn-js.js │ │ ├── zh-cn-js.js.map │ │ ├── zh-hk-js.js │ │ ├── zh-hk-js.js.map │ │ ├── zh-js.js │ │ ├── zh-js.js.map │ │ ├── zh-tw-js.js │ │ └── zh-tw-js.js.map │ ├── de-LC_MESSAGES-converse-po.js │ ├── el-LC_MESSAGES-converse-po.js │ ├── eo-LC_MESSAGES-converse-po.js │ ├── es-LC_MESSAGES-converse-po.js │ ├── eu-LC_MESSAGES-converse-po.js │ ├── fa-LC_MESSAGES-converse-po.js │ ├── fi-LC_MESSAGES-converse-po.js │ ├── fr-LC_MESSAGES-converse-po.js │ ├── gl-LC_MESSAGES-converse-po.js │ ├── he-LC_MESSAGES-converse-po.js │ ├── hi-LC_MESSAGES-converse-po.js │ ├── hu-LC_MESSAGES-converse-po.js │ ├── id-LC_MESSAGES-converse-po.js │ ├── it-LC_MESSAGES-converse-po.js │ ├── ja-LC_MESSAGES-converse-po.js │ ├── lt-LC_MESSAGES-converse-po.js │ ├── mr-LC_MESSAGES-converse-po.js │ ├── nb-LC_MESSAGES-converse-po.js │ ├── nl-LC_MESSAGES-converse-po.js │ ├── nl_BE-LC_MESSAGES-converse-po.js │ ├── oc-LC_MESSAGES-converse-po.js │ ├── pl-LC_MESSAGES-converse-po.js │ ├── pt-LC_MESSAGES-converse-po.js │ ├── pt_BR-LC_MESSAGES-converse-po.js │ ├── ro-LC_MESSAGES-converse-po.js │ ├── ru-LC_MESSAGES-converse-po.js │ ├── sv-LC_MESSAGES-converse-po.js │ ├── th-LC_MESSAGES-converse-po.js │ ├── tr-LC_MESSAGES-converse-po.js │ ├── uk-LC_MESSAGES-converse-po.js │ ├── vi-LC_MESSAGES-converse-po.js │ ├── zh_CN-LC_MESSAGES-converse-po.js │ └── zh_TW-LC_MESSAGES-converse-po.js ├── shared-connection-worker.js ├── sounds │ ├── README │ ├── msg_received.mp3 │ └── msg_received.ogg └── webfonts │ ├── baumans.ttf │ ├── fa-brands-400.eot │ ├── fa-brands-400.svg │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.eot │ ├── fa-regular-400.svg │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.eot │ ├── fa-solid-900.svg │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ ├── fa-solid-900.woff2 │ └── muli.ttf ├── favicon.ico ├── index.html ├── lerna.json ├── logo ├── blokt.png ├── codefirst.png ├── conversejs-filled-192.png ├── conversejs-filled-192.svg ├── conversejs-filled-512.png ├── conversejs-filled-512.svg ├── conversejs-filled.svg ├── conversejs-gold-gradient.svg ├── conversejs-with-byline.svg ├── keycdn.png ├── keycdn.svg ├── mastodon.svg ├── readme.png └── weblate-button.svg ├── package-lock.json ├── package.json ├── packages ├── actions │ ├── actions.js │ ├── actions.png │ ├── package.json │ └── readme.md ├── adaptive-cards │ ├── adaptive-cards.js │ ├── adaptive-cards.png │ ├── adaptivecards.css │ ├── adaptivecards.min.js │ ├── example.json │ ├── markdown-it.min.js │ ├── package.json │ ├── readme.md │ ├── sample.json │ └── test.html ├── diagrams │ ├── abcjs.js │ ├── diagrams.js │ ├── diagrams.png │ ├── flowchat.png │ ├── mermaid.min.js │ ├── music.png │ ├── package.json │ └── readme.md ├── directory │ ├── directory.css │ ├── directory.js │ ├── directory.png │ ├── package.json │ └── readme.md ├── download-dialog │ ├── README.md │ ├── dist │ │ ├── download-dialog.js │ │ ├── download-dialog.js.LICENSE.txt │ │ └── download-dialog.js.map │ ├── download_dialog.png │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── download-dialog.js │ │ └── download_dialog.scss │ └── webpack.config.js ├── galene │ ├── common.css │ ├── external │ │ ├── contextual │ │ │ ├── LICENSE │ │ │ ├── contextual.css │ │ │ └── contextual.js │ │ ├── fontawesome │ │ │ ├── css │ │ │ │ ├── all.min.css │ │ │ │ ├── brands.min.css │ │ │ │ ├── fontawesome.min.css │ │ │ │ ├── regular.min.css │ │ │ │ ├── solid.min.css │ │ │ │ ├── svg-with-js.min.css │ │ │ │ ├── v4-font-face.min.css │ │ │ │ ├── v4-shims.min.css │ │ │ │ └── v5-font-face.min.css │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ ├── fa-v4compatibility.ttf │ │ │ │ └── fa-v4compatibility.woff2 │ │ └── toastify │ │ │ ├── LICENSE │ │ │ ├── toastify.css │ │ │ └── toastify.js │ ├── galene-socket.js │ ├── galene-ui.js │ ├── galene.css │ ├── galene.js │ ├── galene.png │ ├── index.html │ ├── package.json │ ├── protocol.js │ ├── readme.md │ └── stophe.min.js ├── http-auth │ ├── LICENSE.txt │ ├── http-auth.js │ ├── http_auth.png │ └── readme.md ├── jitsimeet │ ├── jitsimeet.js │ ├── jitsimeet.png │ ├── jitsimeet2.png │ ├── package.json │ └── readme.md ├── location │ ├── leaflet │ │ ├── images │ │ │ ├── layers-2x.png │ │ │ ├── layers.png │ │ │ ├── marker-icon-2x.png │ │ │ ├── marker-icon.png │ │ │ └── marker-shadow.png │ │ ├── index.html │ │ ├── index.js │ │ ├── leaflet.css │ │ └── leaflet.js │ ├── location.js │ ├── location.png │ ├── package.json │ └── readme.md ├── mastodon │ ├── mastodon.js │ ├── mastodon.png │ ├── package.json │ ├── readme.md │ └── timeago.min.js ├── muc-directory │ ├── muc-directory.css │ ├── muc-directory.js │ ├── muc-directory.png │ ├── package.json │ └── readme.md ├── muc-presence-probe │ ├── README.md │ ├── index.html │ ├── package-lock.json │ ├── package.json │ └── src │ │ └── muc-presence-probe.js ├── oauth │ ├── LICENSE.txt │ ├── README.md │ ├── index.js │ ├── styles.scss │ └── templates │ │ └── oauth_providers.js ├── polls │ ├── index.htm │ ├── lit-html.min.js │ ├── package.json │ ├── polls.css │ ├── polls.js │ ├── polls.png │ └── readme.md ├── screencast │ ├── package.json │ ├── readme.md │ ├── screencast.js │ └── screencast.png ├── search │ ├── jspdf.debug.js │ ├── jspdf.plugin.autotable.js │ ├── package.json │ ├── readme.md │ ├── search.css │ ├── search.js │ └── search.png ├── stickers │ ├── animals │ │ ├── CAADAgAD-AAD9HsZAAELURd6t1046QI.webp │ │ ├── CAADAgAD-gAD9HsZAAFIcnEWg1x0yAI.webp │ │ ├── CAADAgAD3gAD9HsZAAG9he9u98XOPQI.webp │ │ ├── CAADAgAD4AAD9HsZAAEs6yhXXpXjMAI.webp │ │ ├── CAADAgAD4gAD9HsZAAE9rzigueyUFwI.webp │ │ ├── CAADAgAD5AAD9HsZAAFaKa3EnzffbgI.webp │ │ ├── CAADAgAD5gAD9HsZAAEpY_LdZMK5mwI.webp │ │ ├── CAADAgAD6AAD9HsZAAHJzCUQLTfb0wI.webp │ │ ├── CAADAgAD6gAD9HsZAAFjsXea7HRT1wI.webp │ │ ├── CAADAgAD7AAD9HsZAAGRcHC9ECtEJQI.webp │ │ ├── CAADAgAD7gAD9HsZAAGIBy8PT-glrAI.webp │ │ ├── CAADAgAD8AAD9HsZAAEuvf-jtAjUeQI.webp │ │ ├── CAADAgAD8gAD9HsZAAE7OFplJCHoYAI.webp │ │ ├── CAADAgAD9AAD9HsZAAGn8n8DlAtW1wI.webp │ │ ├── CAADAgAD9gAD9HsZAAFeYY-ltPYnrAI.webp │ │ ├── CAADAgADAgEAAvR7GQABFQXs6L_5I4AC.webp │ │ ├── CAADAgADBAEAAvR7GQABgBHkQCvGnPsC.webp │ │ ├── CAADAgADCwEAAvR7GQABuArOzKHFjusC.webp │ │ ├── CAADAgADDQEAAvR7GQABJ6-MCHZ-F9AC.webp │ │ ├── CAADAgADDwEAAvR7GQABZvQ5FANUzPQC.webp │ │ ├── CAADAgADEQEAAvR7GQAB9Z8_9pjIWdAC.webp │ │ ├── CAADAgADEwEAAvR7GQABJAAB42sVdmNCAg.webp │ │ ├── CAADAgADPQEAAvR7GQABTAIrXSxZ6IAC.webp │ │ ├── CAADAgADPwEAAvR7GQABViioNKnM2JoC.webp │ │ ├── CAADAgADQQEAAvR7GQABUVl1xePX3vcC.webp │ │ ├── CAADAgADQwEAAvR7GQABHefwRWSx0_IC.webp │ │ ├── CAADAgADSQEAAvR7GQABDrDY6YiA_i8C.webp │ │ ├── CAADAgADYgEAAvR7GQABrUv2s1LyYdYC.webp │ │ ├── CAADAgADZAEAAvR7GQABZ-mj7zufay8C.webp │ │ ├── CAADAgADZgEAAvR7GQAB3WSSiurRjc0C.webp │ │ ├── CAADAgAD_AAD9HsZAAGAROatrwevYwI.webp │ │ ├── CAADAgAD_gAD9HsZAAGgFn-7pmHi2QI.webp │ │ ├── CAADAgADaAEAAvR7GQAB8LLElrB2gvwC.webp │ │ ├── CAADAgADawEAAvR7GQABpPx74Khr8fAC.webp │ │ ├── CAADAgAEAQAC9HsZAAH0ZLAK5J-OegI.webp │ │ └── icon.webp │ ├── animations │ │ ├── 128-around-the-world.gif │ │ ├── 15179-confirm-popup.gif │ │ ├── 15224-cute-doggie.gif │ │ ├── 15260-pushups.gif │ │ ├── 15307-karaoke.gif │ │ ├── 16429-thumbs-up.gif │ │ ├── 16507-creative-time.gif │ │ ├── 16522-liquid-loading.gif │ │ ├── 16546-waiting-for-ideas.gif │ │ ├── 16625-first-test-lottie.gif │ │ ├── 16678-light-bulb.gif │ │ ├── 16683-closed.gif │ │ ├── 16689-phone-call.gif │ │ ├── 16701-launch-qualibrate.gif │ │ ├── 16703-loading-moov-boing.gif │ │ ├── 16731-sparrow.gif │ │ ├── 16732-super-hero-charging.gif │ │ ├── 16734-circle-count.gif │ │ ├── 16737-bell.gif │ │ ├── 16738-wave-animated.gif │ │ ├── 16750-handshake.gif │ │ ├── 16763-animated-mail-illustration.gif │ │ ├── 16765-happy-birthday.gif │ │ ├── 16766-forget-password-animation.gif │ │ ├── 16768-stirring-into-the-sunset.gif │ │ ├── 1798-check-animation.gif │ │ ├── 427-present.gif │ │ └── 47-gears.gif │ ├── cuppy │ │ ├── 01_cuppy_smile.png │ │ ├── 02_cuppy_lol.png │ │ ├── 03_cuppy_rofl.png │ │ ├── 04_cuppy_sad.png │ │ ├── 05_cuppy_cry.png │ │ ├── 06_cuppy_love.png │ │ ├── 07_cuppy_hate.png │ │ ├── 08_cuppy_lovewithmug.png │ │ ├── 09_cuppy_lovewithcookie.png │ │ ├── 10_cuppy_hmm.png │ │ ├── 11_cuppy_upset.png │ │ ├── 12_cuppy_angry.png │ │ ├── 13_cuppy_curious.png │ │ ├── 14_cuppy_weird.png │ │ ├── 15_cuppy_bluescreen.png │ │ ├── 16_cuppy_angry.png │ │ ├── 17_cuppy_tired.png │ │ ├── 18_cuppy_workhard.png │ │ ├── 19_cuppy_shine.png │ │ ├── 20_cuppy_disgusting.png │ │ ├── 21_cuppy_hi.png │ │ ├── 22_cuppy_bye.png │ │ ├── 23_cuppy_greentea.png │ │ ├── 24_cuppy_phone.png │ │ └── 25_cuppy_battery.png │ ├── miho │ │ ├── 04214b0b967163915432d5406adec8c4017e093b.png │ │ ├── 100bdb0e14c557b87ad4d253018b71eb65b80725.png │ │ ├── 3142d1222d82d9f2dbe48d284c8f189660f418c3.png │ │ ├── 34a406c2212522d7e6b60e888665267b16fc37ba.png │ │ ├── 580999b6110e859e336229913a73ec0ae640ef06.png │ │ ├── 6bbee3f5bcaeecbaa9fac68ba1aa4656e10a158d.png │ │ ├── 777e80a69ccc9c9938457844f9723f4debac0653.png │ │ ├── a3366676e1aea97dd9425fe7cc45a6ed86288f2e.png │ │ ├── ae0ba6cdae25fbe512dc53c7e0413d706a9410f8.png │ │ ├── c069c6deff735fab3e4416ca354594a64a79ae40.png │ │ ├── c42fc57e5234c4d19a2455178eff2b30bced20ef.png │ │ ├── e599dca3de182a821ef2e92234fb2bfca04a325e.png │ │ ├── eb7d0dd12b283017edee25243c3edacd62033ed0.png │ │ ├── f038ef01f098cae73a727618c0fbf9adf3e96ef6.png │ │ ├── fc0f48df75138fa0f3aec605629226b8ac57c639.png │ │ ├── fd759226e3ec153956f3e941b81ed820614792a6.png │ │ ├── icon.png │ │ └── info.ini │ ├── mochi │ │ ├── 29f4cfaca739286f6f19477a629b89818b3cf6c9.png │ │ ├── 3e80ebb78199b9b8b979884087e4cfd9af12aafd.png │ │ ├── 751c9c8e314735b5c0b0b64148ae08a5983c96c8.png │ │ ├── 9919c834182a683c6dc28ba3059f19376ff152ee.png │ │ ├── a37967e78e43acdad23d41394a2dd6a345740672.png │ │ ├── b93fca2188d23dd40247b83dcff7dea4fa1ba981.png │ │ ├── d670caaa0e7c6104e7eddf53861593e300dd1512.png │ │ ├── icon.png │ │ └── info.ini │ ├── package.json │ ├── racoon │ │ ├── 066b6f96ac3b9c847bac3a73ef2bb353e245b398.png │ │ ├── 131d0c376dc98b545d82a5f70b7df95ad079ffc7.png │ │ ├── 1f1b758ca110b016c962f260d2315fd3f7e81727.png │ │ ├── 25360adec7e13fe321fae5fecf307fafdccb1cc7.png │ │ ├── 350d3713bf286f13c1ff247cd0322b3760e4f707.png │ │ ├── 3cd2c71f542ea65b7394c32211981c4f1b36d4d5.png │ │ ├── 3f287132e542e55492e5a909b2eedf83b3e6c475.png │ │ ├── 40ac00d6d3b3ad3c8711d9ad3d4913cda90a1e17.png │ │ ├── 42abeda5e5586d099c5e259887c0324c88cfe9f0.png │ │ ├── 5cef0fdb9de8c7b4f4d4a61a836704b8ce8b91b8.png │ │ ├── 5d570350f5ff8f7e5f4c45b952895bdc65e490ed.png │ │ ├── 75bae75930e4d18004c3ae52dfbd126f8ffaf757.png │ │ ├── 898ece6768016790bdad3f5a81c96d24c5a4dad5.png │ │ ├── c6f5b7e8e40cff8ede87a23d9d52c6cf05fc259d.png │ │ ├── de2fabc34217d03ad8efa50afeedb22d3d3e9c40.png │ │ ├── f7aa4efde0d916b2f18393cb60dc86f3c4e2e4bd.png │ │ ├── icon.png │ │ └── info.ini │ ├── readme.md │ ├── stickers.css │ ├── stickers.js │ ├── stickers.png │ └── zemarmot │ │ ├── 0e5559b02badb81113b49e73541476bf0ac85c99.png │ │ ├── 17dc10c2e8aab65b9379ea8052166e23c7c839d3.png │ │ ├── 1ad6126ad0d904ff7948bb07cda2d10f286de904.png │ │ ├── 5634554edf68a6806a7e5cd87aca8554e77ca4e2.png │ │ ├── a0e791a78ce2275a368db103c7f9c335219902f4.png │ │ ├── a1fe6c2544314eac8ab3d7660897cd98019a0f9b.png │ │ ├── b29fcbd8cb0c175f59854b227b9a581204e834a7.png │ │ ├── b9ff7bdb71a2fedad72c7c76bd536d331c7b5975.png │ │ ├── c28a2a3dd5190501b33e95568ca569ce7745922c.png │ │ ├── da6862408e387c164f0606769f909d253a3c20e3.png │ │ ├── icon.png │ │ └── info.ini ├── toolbar-utilities │ ├── package.json │ ├── readme.md │ ├── toolbar-utilities.js │ └── toolbar-utilities.png ├── vmsg │ ├── app.js │ ├── index.html │ ├── index.js │ ├── package.json │ ├── readme.md │ ├── vmsg-lib.js │ ├── vmsg.css │ ├── vmsg.js │ ├── vmsg.png │ └── vmsg.wasm └── voicechat │ ├── hark.js │ ├── jquery-3.5.1.min.js │ ├── lib-jitsi-meet.min.js │ ├── lib-jitsi-meet.min.map │ ├── package.json │ ├── readme.md │ ├── voicechat.css │ ├── voicechat.js │ └── voicechat.png └── serviceworker.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: deleolajide 4 | custom: ["https://www.paypal.me/ifutures"] 5 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | v16.13.1 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Each plugin is licensed independently, see LICENSE.txt in the plugin's directory. 2 | 3 | We recommend the Mozilla Public License version 2. 4 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | HTTPSERVE ?= ./node_modules/.bin/http-server 2 | HTTPSERVE_PORT ?= 8001 3 | LERNA ?= ./node_modules/.bin/lerna 4 | 5 | .PHONY: help 6 | help: 7 | @echo "Please use \`make ' where is one of the following:" 8 | @echo "" 9 | @echo " serve Serve this directory via a webserver on port 8001." 10 | @echo " node_modules Install NPM dependencies" 11 | 12 | node_modules: $(LERNA) package.json package-lock.json 13 | npm run lerna 14 | 15 | .PHONY: serve 16 | serve: node_modules 17 | $(HTTPSERVE) -p $(HTTPSERVE_PORT) -c-1 18 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /dist/images/custom_emojis/converse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/images/custom_emojis/converse.png -------------------------------------------------------------------------------- /dist/images/custom_emojis/xmpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/images/custom_emojis/xmpp.png -------------------------------------------------------------------------------- /dist/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/images/favicon.ico -------------------------------------------------------------------------------- /dist/images/logo/conversejs-filled-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/images/logo/conversejs-filled-192.png -------------------------------------------------------------------------------- /dist/images/logo/conversejs-filled-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/images/logo/conversejs-filled-512.png -------------------------------------------------------------------------------- /dist/images/logo/conversejs-filled.svg: -------------------------------------------------------------------------------- 1 | 20 | -------------------------------------------------------------------------------- /dist/locales/dayjs/af-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/af-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/af.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/af.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=a(e),t={name:"af",weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),weekStart:1,weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"}};return n.default.locale(t,null,!0),t})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=af-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/am-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/am-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/am.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/am.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,_){ true?module.exports=_(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),d={name:"am",weekdays:"እሑድ_ሰኞ_ማክሰኞ_ረቡዕ_ሐሙስ_አርብ_ቅዳሜ".split("_"),weekdaysShort:"እሑድ_ሰኞ_ማክሰ_ረቡዕ_ሐሙስ_አርብ_ቅዳሜ".split("_"),weekdaysMin:"እሑ_ሰኞ_ማክ_ረቡ_ሐሙ_አር_ቅዳ".split("_"),months:"ጃንዋሪ_ፌብሯሪ_ማርች_ኤፕሪል_ሜይ_ጁን_ጁላይ_ኦገስት_ሴፕቴምበር_ኦክቶበር_ኖቬምበር_ዲሴምበር".split("_"),monthsShort:"ጃንዋ_ፌብሯ_ማርች_ኤፕሪ_ሜይ_ጁን_ጁላይ_ኦገስ_ሴፕቴ_ኦክቶ_ኖቬም_ዲሴም".split("_"),weekStart:1,yearStart:4,relativeTime:{future:"በ%s",past:"%s በፊት",s:"ጥቂት ሰከንዶች",m:"አንድ ደቂቃ",mm:"%d ደቂቃዎች",h:"አንድ ሰዓት",hh:"%d ሰዓታት",d:"አንድ ቀን",dd:"%d ቀናት",M:"አንድ ወር",MM:"%d ወራት",y:"አንድ ዓመት",yy:"%d ዓመታት"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM D ፣ YYYY",LLL:"MMMM D ፣ YYYY HH:mm",LLLL:"dddd ፣ MMMM D ፣ YYYY HH:mm"},ordinal:function(e){return e+"ኛ"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=am-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/am-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/am-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,4VAA4V,mKAAmK,UAAU,wHAAwH,qBAAqB,eAAe,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/am.js"],"sourcesContent":["!function(e,_){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=_(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],_):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_am=_(e.dayjs)}(this,(function(e){\"use strict\";function _(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var t=_(e),d={name:\"am\",weekdays:\"እሑድ_ሰኞ_ማክሰኞ_ረቡዕ_ሐሙስ_አርብ_ቅዳሜ\".split(\"_\"),weekdaysShort:\"እሑድ_ሰኞ_ማክሰ_ረቡዕ_ሐሙስ_አርብ_ቅዳሜ\".split(\"_\"),weekdaysMin:\"እሑ_ሰኞ_ማክ_ረቡ_ሐሙ_አር_ቅዳ\".split(\"_\"),months:\"ጃንዋሪ_ፌብሯሪ_ማርች_ኤፕሪል_ሜይ_ጁን_ጁላይ_ኦገስት_ሴፕቴምበር_ኦክቶበር_ኖቬምበር_ዲሴምበር\".split(\"_\"),monthsShort:\"ጃንዋ_ፌብሯ_ማርች_ኤፕሪ_ሜይ_ጁን_ጁላይ_ኦገስ_ሴፕቴ_ኦክቶ_ኖቬም_ዲሴም\".split(\"_\"),weekStart:1,yearStart:4,relativeTime:{future:\"በ%s\",past:\"%s በፊት\",s:\"ጥቂት ሰከንዶች\",m:\"አንድ ደቂቃ\",mm:\"%d ደቂቃዎች\",h:\"አንድ ሰዓት\",hh:\"%d ሰዓታት\",d:\"አንድ ቀን\",dd:\"%d ቀናት\",M:\"አንድ ወር\",MM:\"%d ወራት\",y:\"አንድ ዓመት\",yy:\"%d ዓመታት\"},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"DD/MM/YYYY\",LL:\"MMMM D ፣ YYYY\",LLL:\"MMMM D ፣ YYYY HH:mm\",LLLL:\"dddd ፣ MMMM D ፣ YYYY HH:mm\"},ordinal:function(e){return e+\"ኛ\"}};return t.default.locale(d,null,!0),d}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/ar-kw-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ar-kw-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ar-kw.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ar-kw.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"ar-kw",weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiem:function(_){return _>12?"م":"ص"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ar-kw-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ar-ly-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ar-ly-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ar-ly.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ar-ly.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),n={name:"ar-ly",weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekStart:6,weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),ordinal:function(_){return _},meridiem:function(_){return _>12?"م":"ص"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"}};return t.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ar-ly-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ar-ly-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/ar-ly-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA6I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,kaAAka,SAAS,sBAAsB,oBAAoB,UAAU,kHAAkH,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/ar-ly.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_ar_ly=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),n={name:\"ar-ly\",weekdays:\"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت\".split(\"_\"),months:\"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر\".split(\"_\"),weekStart:6,weekdaysShort:\"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت\".split(\"_\"),monthsShort:\"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر\".split(\"_\"),weekdaysMin:\"ح_ن_ث_ر_خ_ج_س\".split(\"_\"),ordinal:function(_){return _},meridiem:function(_){return _>12?\"م\":\"ص\"},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"D/‏M/‏YYYY\",LL:\"D MMMM YYYY\",LLL:\"D MMMM YYYY HH:mm\",LLLL:\"dddd D MMMM YYYY HH:mm\"}};return t.default.locale(n,null,!0),n}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/az-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/az-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/az.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/az.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(a,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(a){"use strict";function e(a){return a&&"object"==typeof a&&"default"in a?a:{default:a}}var _=e(a),t={name:"az",weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekStart:1,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},ordinal:function(a){return a}};return _.default.locale(t,null,!0),t})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=az-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/be-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/be-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/be.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/be.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),n={name:"be",weekdays:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),months:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),weekStart:1,weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"}};return t.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=be-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/be-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/be-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,gaAAga,SAAS,UAAU,8HAA8H,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/be.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_be=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),n={name:\"be\",weekdays:\"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу\".split(\"_\"),months:\"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня\".split(\"_\"),weekStart:1,weekdaysShort:\"нд_пн_ат_ср_чц_пт_сб\".split(\"_\"),monthsShort:\"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж\".split(\"_\"),weekdaysMin:\"нд_пн_ат_ср_чц_пт_сб\".split(\"_\"),ordinal:function(_){return _},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"DD.MM.YYYY\",LL:\"D MMMM YYYY г.\",LLL:\"D MMMM YYYY г., HH:mm\",LLLL:\"dddd, D MMMM YYYY г., HH:mm\"}};return t.default.locale(n,null,!0),n}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/bi-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/bi-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/bi.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/bi.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=a(e),_={name:"bi",weekdays:"Sande_Mande_Tusde_Wenesde_Tosde_Fraede_Sarade".split("_"),months:"Januari_Februari_Maj_Eprel_Mei_Jun_Julae_Okis_Septemba_Oktoba_Novemba_Disemba".split("_"),weekStart:1,weekdaysShort:"San_Man_Tus_Wen_Tos_Frae_Sar".split("_"),monthsShort:"Jan_Feb_Maj_Epr_Mai_Jun_Jul_Oki_Sep_Okt_Nov_Dis".split("_"),weekdaysMin:"San_Ma_Tu_We_To_Fr_Sar".split("_"),ordinal:function(e){return e},formats:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},relativeTime:{future:"lo %s",past:"%s bifo",s:"sam seken",m:"wan minit",mm:"%d minit",h:"wan haoa",hh:"%d haoa",d:"wan dei",dd:"%d dei",M:"wan manis",MM:"%d manis",y:"wan yia",yy:"%d yia"}};return n.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=bi-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/bs-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/bs-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/bs.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/bs.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var _=t(e),a={name:"bs",weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),weekStart:1,weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),ordinal:function(e){return e},formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"}};return _.default.locale(a,null,!0),a})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=bs-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/bs-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/bs-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,kaAAka,SAAS,UAAU,kHAAkH,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/bs.js"],"sourcesContent":["!function(e,t){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=t(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],t):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_bs=t(e.dayjs)}(this,(function(e){\"use strict\";function t(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var _=t(e),a={name:\"bs\",weekdays:\"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota\".split(\"_\"),months:\"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar\".split(\"_\"),weekStart:1,weekdaysShort:\"ned._pon._uto._sri._čet._pet._sub.\".split(\"_\"),monthsShort:\"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.\".split(\"_\"),weekdaysMin:\"ne_po_ut_sr_če_pe_su\".split(\"_\"),ordinal:function(e){return e},formats:{LT:\"H:mm\",LTS:\"H:mm:ss\",L:\"DD.MM.YYYY\",LL:\"D. MMMM YYYY\",LLL:\"D. MMMM YYYY H:mm\",LLLL:\"dddd, D. MMMM YYYY H:mm\"}};return _.default.locale(a,null,!0),a}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/cv-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/cv-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/cv.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/cv.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),n={name:"cv",weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),weekStart:1,weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"}};return t.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=cv-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/cv-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/cv-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,iYAAiY,SAAS,UAAU,6LAA6L,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/cv.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_cv=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),n={name:\"cv\",weekdays:\"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун\".split(\"_\"),months:\"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав\".split(\"_\"),weekStart:1,weekdaysShort:\"выр_тун_ытл_юн_кӗҫ_эрн_шӑм\".split(\"_\"),monthsShort:\"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш\".split(\"_\"),weekdaysMin:\"вр_тн_ыт_юн_кҫ_эр_шм\".split(\"_\"),ordinal:function(_){return _},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"DD-MM-YYYY\",LL:\"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]\",LLL:\"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm\",LLLL:\"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm\"}};return t.default.locale(n,null,!0),n}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/cy-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/cy-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/cy.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/cy.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(d,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(d){"use strict";function e(d){return d&&"object"==typeof d&&"default"in d?d:{default:d}}var _=e(d),a={name:"cy",weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),weekStart:1,weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),ordinal:function(d){return d},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"}};return _.default.locale(a,null,!0),a})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=cy-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/en-au-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/en-au-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/en-au.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/en-au.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=a(e),_={name:"en-au",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),weekStart:1,weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"}};return t.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=en-au-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/en-ca-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/en-ca-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/en-ca.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/en-ca.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var _=a(e),t={name:"en-ca",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"}};return _.default.locale(t,null,!0),t})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=en-ca-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/en-ie-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/en-ie-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/en-ie.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/en-ie.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=a(e),_={name:"en-ie",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),weekStart:1,weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"}};return t.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=en-ie-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/en-il-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/en-il-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/en-il.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/en-il.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var _=a(e),t={name:"en-il",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"}};return _.default.locale(t,null,!0),t})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=en-il-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/en-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/en-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/en.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/en.js ***! 6 | \*****************************************/ 7 | /***/ (function(module) { 8 | 9 | !function(e,n){ true?module.exports=n():0}(this,(function(){"use strict";return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var n=["th","st","nd","rd"],t=e%100;return"["+e+(n[(t-20)%10]||n[t]||n[0])+"]"}}})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=en-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/en-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/en-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,oBAAoB,CAAyH,CAAC,kBAAkB,aAAa,OAAO,uNAAuN,oCAAoC,6CAA6C","sources":["webpack://converse.js/./node_modules/dayjs/locale/en.js"],"sourcesContent":["!function(e,n){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=n():\"function\"==typeof define&&define.amd?define(n):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_en=n()}(this,(function(){\"use strict\";return{name:\"en\",weekdays:\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),months:\"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),ordinal:function(e){var n=[\"th\",\"st\",\"nd\",\"rd\"],t=e%100;return\"[\"+e+(n[(t-20)%10]||n[t]||n[0])+\"]\"}}}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/en-sg-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/en-sg-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/en-sg.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/en-sg.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=a(e),_={name:"en-sg",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),weekStart:1,weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"}};return t.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=en-sg-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/eo-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/eo-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/eo.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/eo.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,o){ true?module.exports=o(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=o(e),t={name:"eo",weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),weekStart:1,weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"}};return a.default.locale(t,null,!0),t})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=eo-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/fa-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/fa-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/fa.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/fa.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"fa",weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekStart:6,months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=fa-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/gom-latn-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/gom-latn-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/gom-latn.js": 4 | /*!***********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/gom-latn.js ***! 6 | \***********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=t(e),_={name:"gom-latn",weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),weekStart:1,weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),ordinal:function(e){return e},formats:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"}};return a.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=gom-latn-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/gom-latn-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/gom-latn-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAAgJ,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,sZAAsZ,SAAS,UAAU,wMAAwM,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/gom-latn.js"],"sourcesContent":["!function(e,t){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=t(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],t):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_gom_latn=t(e.dayjs)}(this,(function(e){\"use strict\";function t(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var a=t(e),_={name:\"gom-latn\",weekdays:\"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var\".split(\"_\"),months:\"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr\".split(\"_\"),weekStart:1,weekdaysShort:\"Ait._Som._Mon._Bud._Bre._Suk._Son.\".split(\"_\"),monthsShort:\"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.\".split(\"_\"),weekdaysMin:\"Ai_Sm_Mo_Bu_Br_Su_Sn\".split(\"_\"),ordinal:function(e){return e},formats:{LT:\"A h:mm [vazta]\",LTS:\"A h:mm:ss [vazta]\",L:\"DD-MM-YYYY\",LL:\"D MMMM YYYY\",LLL:\"D MMMM YYYY A h:mm [vazta]\",LLLL:\"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]\",llll:\"ddd, D MMM YYYY, A h:mm [vazta]\"}};return a.default.locale(_,null,!0),_}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/hi-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/hi-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/hi.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/hi.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"hi",weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),ordinal:function(_){return _},formats:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=hi-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ht-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ht-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ht.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ht.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,n){ true?module.exports=n(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=n(e),a={name:"ht",weekdays:"dimanch_lendi_madi_mèkredi_jedi_vandredi_samdi".split("_"),months:"janvye_fevriye_mas_avril_me_jen_jiyè_out_septanm_oktòb_novanm_desanm".split("_"),weekdaysShort:"dim._len._mad._mèk._jed._van._sam.".split("_"),monthsShort:"jan._fev._mas_avr._me_jen_jiyè._out_sept._okt._nov._des.".split("_"),weekdaysMin:"di_le_ma_mè_je_va_sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"nan %s",past:"sa gen %s",s:"kèk segond",m:"yon minit",mm:"%d minit",h:"inèdtan",hh:"%d zè",d:"yon jou",dd:"%d jou",M:"yon mwa",MM:"%d mwa",y:"yon ane",yy:"%d ane"}};return d.default.locale(a,null,!0),a})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ht-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ht-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/ht-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,0XAA0X,SAAS,UAAU,gHAAgH,eAAe,6KAA6K,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/ht.js"],"sourcesContent":["!function(e,n){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=n(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],n):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_ht=n(e.dayjs)}(this,(function(e){\"use strict\";function n(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var d=n(e),a={name:\"ht\",weekdays:\"dimanch_lendi_madi_mèkredi_jedi_vandredi_samdi\".split(\"_\"),months:\"janvye_fevriye_mas_avril_me_jen_jiyè_out_septanm_oktòb_novanm_desanm\".split(\"_\"),weekdaysShort:\"dim._len._mad._mèk._jed._van._sam.\".split(\"_\"),monthsShort:\"jan._fev._mas_avr._me_jen_jiyè._out_sept._okt._nov._des.\".split(\"_\"),weekdaysMin:\"di_le_ma_mè_je_va_sa\".split(\"_\"),ordinal:function(e){return e},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"DD/MM/YYYY\",LL:\"D MMMM YYYY\",LLL:\"D MMMM YYYY HH:mm\",LLLL:\"dddd D MMMM YYYY HH:mm\"},relativeTime:{future:\"nan %s\",past:\"sa gen %s\",s:\"kèk segond\",m:\"yon minit\",mm:\"%d minit\",h:\"inèdtan\",hh:\"%d zè\",d:\"yon jou\",dd:\"%d jou\",M:\"yon mwa\",MM:\"%d mwa\",y:\"yon ane\",yy:\"%d ane\"}};return d.default.locale(a,null,!0),a}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/id-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/id-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/id.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/id.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=a(e),_={name:"id",weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),weekStart:1,formats:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},ordinal:function(e){return e+"."}};return t.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=id-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/it-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/it-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/it.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/it.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,o){ true?module.exports=o(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=o(e),n={name:"it",weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),weekStart:1,monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"tra %s",past:"%s fa",s:"qualche secondo",m:"un minuto",mm:"%d minuti",h:"un' ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinal:function(e){return e+"º"}};return t.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=it-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ja-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ja-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ja.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ja.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,_){ true?module.exports=_(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),d={name:"ja",weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(e){return e+"日"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiem:function(e){return e<12?"午前":"午後"},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ja-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ja-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/ja-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,2RAA2R,aAAa,UAAU,0LAA0L,sBAAsB,sBAAsB,eAAe,qHAAqH,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/ja.js"],"sourcesContent":["!function(e,_){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=_(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],_):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_ja=_(e.dayjs)}(this,(function(e){\"use strict\";function _(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var t=_(e),d={name:\"ja\",weekdays:\"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日\".split(\"_\"),weekdaysShort:\"日_月_火_水_木_金_土\".split(\"_\"),weekdaysMin:\"日_月_火_水_木_金_土\".split(\"_\"),months:\"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月\".split(\"_\"),monthsShort:\"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月\".split(\"_\"),ordinal:function(e){return e+\"日\"},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"YYYY/MM/DD\",LL:\"YYYY年M月D日\",LLL:\"YYYY年M月D日 HH:mm\",LLLL:\"YYYY年M月D日 dddd HH:mm\",l:\"YYYY/MM/DD\",ll:\"YYYY年M月D日\",lll:\"YYYY年M月D日 HH:mm\",llll:\"YYYY年M月D日(ddd) HH:mm\"},meridiem:function(e){return e<12?\"午前\":\"午後\"},relativeTime:{future:\"%s後\",past:\"%s前\",s:\"数秒\",m:\"1分\",mm:\"%d分\",h:\"1時間\",hh:\"%d時間\",d:\"1日\",dd:\"%d日\",M:\"1ヶ月\",MM:\"%dヶ月\",y:\"1年\",yy:\"%d年\"}};return t.default.locale(d,null,!0),d}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/ka-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ka-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ka.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ka.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"ka",weekdays:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekStart:1,formats:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},relativeTime:{future:"%s შემდეგ",past:"%s წინ",s:"წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათის",d:"დღეს",dd:"%d დღის განმავლობაში",M:"თვის",MM:"%d თვის",y:"წელი",yy:"%d წლის"},ordinal:function(_){return _}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ka-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/kk-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/kk-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/kk.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/kk.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"kk",weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekStart:1,relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=kk-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/km-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/km-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/km.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/km.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"km",weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekStart:1,weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=km-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ko-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ko-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ko.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ko.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,_){ true?module.exports=_(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=_(e),t={name:"ko",weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),ordinal:function(e){return e},formats:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},meridiem:function(e){return e<12?"오전":"오후"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"}};return d.default.locale(t,null,!0),t})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ko-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ky-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ky-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ky.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ky.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"ky",weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),weekStart:1,weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ky-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/lb-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/lb-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/lb.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/lb.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,_){ true?module.exports=_(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),n={name:"lb",weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),weekStart:1,weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"}};return t.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=lb-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/lb-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/lb-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,qaAAqa,SAAS,UAAU,8IAA8I,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/lb.js"],"sourcesContent":["!function(e,_){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=_(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],_):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_lb=_(e.dayjs)}(this,(function(e){\"use strict\";function _(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var t=_(e),n={name:\"lb\",weekdays:\"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg\".split(\"_\"),months:\"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember\".split(\"_\"),weekStart:1,weekdaysShort:\"So._Mé._Dë._Më._Do._Fr._Sa.\".split(\"_\"),monthsShort:\"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.\".split(\"_\"),weekdaysMin:\"So_Mé_Dë_Më_Do_Fr_Sa\".split(\"_\"),ordinal:function(e){return e},formats:{LT:\"H:mm [Auer]\",LTS:\"H:mm:ss [Auer]\",L:\"DD.MM.YYYY\",LL:\"D. MMMM YYYY\",LLL:\"D. MMMM YYYY H:mm [Auer]\",LLLL:\"dddd, D. MMMM YYYY H:mm [Auer]\"}};return t.default.locale(n,null,!0),n}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/lo-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/lo-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/lo.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/lo.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"lo",weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=lo-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/me-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/me-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/me.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/me.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var _=t(e),a={name:"me",weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),weekStart:1,weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),ordinal:function(e){return e},formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"}};return _.default.locale(a,null,!0),a})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=me-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/me-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/me-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,6ZAA6Z,SAAS,UAAU,kHAAkH,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/me.js"],"sourcesContent":["!function(e,t){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=t(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],t):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_me=t(e.dayjs)}(this,(function(e){\"use strict\";function t(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var _=t(e),a={name:\"me\",weekdays:\"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota\".split(\"_\"),months:\"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar\".split(\"_\"),weekStart:1,weekdaysShort:\"ned._pon._uto._sri._čet._pet._sub.\".split(\"_\"),monthsShort:\"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.\".split(\"_\"),weekdaysMin:\"ne_po_ut_sr_če_pe_su\".split(\"_\"),ordinal:function(e){return e},formats:{LT:\"H:mm\",LTS:\"H:mm:ss\",L:\"DD.MM.YYYY\",LL:\"D. MMMM YYYY\",LLL:\"D. MMMM YYYY H:mm\",LLLL:\"dddd, D. MMMM YYYY H:mm\"}};return _.default.locale(a,null,!0),a}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/mk-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/mk-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/mk.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/mk.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,_){ true?module.exports=_(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),d={name:"mk",weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),weekStart:1,weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),ordinal:function(e){return e},formats:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=mk-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/mr-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/mr-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/mr.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/mr.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),n={name:"mr",weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),ordinal:function(_){return _},formats:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"}};return t.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=mr-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/mr-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/mr-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,iaAAia,SAAS,UAAU,iJAAiJ,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/mr.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_mr=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),n={name:\"mr\",weekdays:\"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार\".split(\"_\"),months:\"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर\".split(\"_\"),weekdaysShort:\"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि\".split(\"_\"),monthsShort:\"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.\".split(\"_\"),weekdaysMin:\"र_सो_मं_बु_गु_शु_श\".split(\"_\"),ordinal:function(_){return _},formats:{LT:\"A h:mm वाजता\",LTS:\"A h:mm:ss वाजता\",L:\"DD/MM/YYYY\",LL:\"D MMMM YYYY\",LLL:\"D MMMM YYYY, A h:mm वाजता\",LLLL:\"dddd, D MMMM YYYY, A h:mm वाजता\"}};return t.default.locale(n,null,!0),n}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/ms-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ms-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ms.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ms.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,a){ true?module.exports=a(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=a(e),s={name:"ms",weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekStart:1,formats:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH.mm",LLLL:"dddd, D MMMM YYYY HH.mm"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},ordinal:function(e){return e+"."}};return t.default.locale(s,null,!0),s})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ms-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/mt-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/mt-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/mt.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/mt.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=t(e),i={name:"mt",weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),weekStart:1,weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"}};return a.default.locale(i,null,!0),i})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=mt-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/my-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/my-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/my.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/my.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"my",weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),weekStart:1,weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=my-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/nn-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/nn-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/nn.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/nn.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=t(e),a={name:"nn",weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),ordinal:function(e){return e+"."},weekStart:1,relativeTime:{future:"om %s",past:"for %s sidan",s:"nokre sekund",m:"eitt minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månadar",y:"eitt år",yy:"%d år"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"}};return n.default.locale(a,null,!0),a})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=nn-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/ro-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ro-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ro.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ro.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,i){ true?module.exports=i(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=i(e),_={name:"ro",weekdays:"Duminică_Luni_Marți_Miercuri_Joi_Vineri_Sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),months:"Ianuarie_Februarie_Martie_Aprilie_Mai_Iunie_Iulie_August_Septembrie_Octombrie_Noiembrie_Decembrie".split("_"),monthsShort:"Ian._Febr._Mart._Apr._Mai_Iun._Iul._Aug._Sept._Oct._Nov._Dec.".split("_"),weekStart:1,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},relativeTime:{future:"peste %s",past:"acum %s",s:"câteva secunde",m:"un minut",mm:"%d minute",h:"o oră",hh:"%d ore",d:"o zi",dd:"%d zile",M:"o lună",MM:"%d luni",y:"un an",yy:"%d ani"},ordinal:function(e){return e}};return t.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ro-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/rw-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/rw-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/rw.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/rw.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(a,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(a){"use strict";function e(a){return a&&"object"==typeof a&&"default"in a?a:{default:a}}var u=e(a),t={name:"rw",weekdays:"Ku Cyumweru_Kuwa Mbere_Kuwa Kabiri_Kuwa Gatatu_Kuwa Kane_Kuwa Gatanu_Kuwa Gatandatu".split("_"),months:"Mutarama_Gashyantare_Werurwe_Mata_Gicurasi_Kamena_Nyakanga_Kanama_Nzeri_Ukwakira_Ugushyingo_Ukuboza".split("_"),relativeTime:{future:"mu %s",past:"%s",s:"amasegonda",m:"Umunota",mm:"%d iminota",h:"isaha",hh:"%d amasaha",d:"Umunsi",dd:"%d iminsi",M:"ukwezi",MM:"%d amezi",y:"umwaka",yy:"%d imyaka"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},ordinal:function(a){return a}};return u.default.locale(t,null,!0),t})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=rw-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/rw-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/rw-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,0PAA0P,2KAA2K,UAAU,iHAAiH,qBAAqB,WAAW,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/rw.js"],"sourcesContent":["!function(a,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(a=\"undefined\"!=typeof globalThis?globalThis:a||self).dayjs_locale_rw=e(a.dayjs)}(this,(function(a){\"use strict\";function e(a){return a&&\"object\"==typeof a&&\"default\"in a?a:{default:a}}var u=e(a),t={name:\"rw\",weekdays:\"Ku Cyumweru_Kuwa Mbere_Kuwa Kabiri_Kuwa Gatatu_Kuwa Kane_Kuwa Gatanu_Kuwa Gatandatu\".split(\"_\"),months:\"Mutarama_Gashyantare_Werurwe_Mata_Gicurasi_Kamena_Nyakanga_Kanama_Nzeri_Ukwakira_Ugushyingo_Ukuboza\".split(\"_\"),relativeTime:{future:\"mu %s\",past:\"%s\",s:\"amasegonda\",m:\"Umunota\",mm:\"%d iminota\",h:\"isaha\",hh:\"%d amasaha\",d:\"Umunsi\",dd:\"%d iminsi\",M:\"ukwezi\",MM:\"%d amezi\",y:\"umwaka\",yy:\"%d imyaka\"},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"DD/MM/YYYY\",LL:\"D MMMM YYYY\",LLL:\"D MMMM YYYY HH:mm\",LLLL:\"dddd, D MMMM YYYY HH:mm\"},ordinal:function(a){return a}};return u.default.locale(t,null,!0),t}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/sd-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/sd-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/sd.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/sd.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"sd",weekdays:"آچر_سومر_اڱارو_اربع_خميس_جمع_ڇنڇر".split("_"),months:"جنوري_فيبروري_مارچ_اپريل_مئي_جون_جولاءِ_آگسٽ_سيپٽمبر_آڪٽوبر_نومبر_ڊسمبر".split("_"),weekStart:1,weekdaysShort:"آچر_سومر_اڱارو_اربع_خميس_جمع_ڇنڇر".split("_"),monthsShort:"جنوري_فيبروري_مارچ_اپريل_مئي_جون_جولاءِ_آگسٽ_سيپٽمبر_آڪٽوبر_نومبر_ڊسمبر".split("_"),weekdaysMin:"آچر_سومر_اڱارو_اربع_خميس_جمع_ڇنڇر".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=sd-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/si-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/si-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/si.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/si.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"si",weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),months:"දුරුතු_නවම්_මැදින්_බක්_වෙසක්_පොසොන්_ඇසළ_නිකිණි_බිනර_වප්_ඉල්_උඳුවප්".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),monthsShort:"දුරු_නව_මැදි_බක්_වෙස_පොසො_ඇස_නිකි_බින_වප්_ඉල්_උඳු".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),ordinal:function(_){return _},formats:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",m:"විනාඩිය",mm:"විනාඩි %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=si-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/si-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/si-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA0I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,yXAAyX,SAAS,UAAU,gIAAgI,eAAe,gKAAgK,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/si.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_si=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),d={name:\"si\",weekdays:\"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා\".split(\"_\"),months:\"දුරුතු_නවම්_මැදින්_බක්_වෙසක්_පොසොන්_ඇසළ_නිකිණි_බිනර_වප්_ඉල්_උඳුවප්\".split(\"_\"),weekdaysShort:\"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන\".split(\"_\"),monthsShort:\"දුරු_නව_මැදි_බක්_වෙස_පොසො_ඇස_නිකි_බින_වප්_ඉල්_උඳු\".split(\"_\"),weekdaysMin:\"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ\".split(\"_\"),ordinal:function(_){return _},formats:{LT:\"a h:mm\",LTS:\"a h:mm:ss\",L:\"YYYY/MM/DD\",LL:\"YYYY MMMM D\",LLL:\"YYYY MMMM D, a h:mm\",LLLL:\"YYYY MMMM D [වැනි] dddd, a h:mm:ss\"},relativeTime:{future:\"%sකින්\",past:\"%sකට පෙර\",s:\"තත්පර කිහිපය\",m:\"විනාඩිය\",mm:\"විනාඩි %d\",h:\"පැය\",hh:\"පැය %d\",d:\"දිනය\",dd:\"දින %d\",M:\"මාසය\",MM:\"මාස %d\",y:\"වසර\",yy:\"වසර %d\"}};return t.default.locale(d,null,!0),d}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/sl-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/sl-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/sl.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/sl.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var _=t(e),n={name:"sl",weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),weekStart:1,weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),ordinal:function(e){return e+"."},formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},relativeTime:{future:"čez %s",past:"pred %s",s:"nekaj sekund",m:"minuta",mm:"%d minut",h:"ura",hh:"%d ur",d:"dan",dd:"%d dni",M:"mesec",MM:"%d mesecev",y:"leto",yy:"%d let"}};return _.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=sl-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/sq-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/sq-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/sq.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/sq.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var _=t(e),n={name:"sq",weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),weekStart:1,weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"}};return _.default.locale(n,null,!0),n})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=sq-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/tet-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/tet-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/tet.js": 4 | /*!******************************************!*\ 5 | !*** ./node_modules/dayjs/locale/tet.js ***! 6 | \******************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,t){ true?module.exports=t(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=t(e),a={name:"tet",weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),weekStart:1,weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"}};return u.default.locale(a,null,!0),a})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=tet-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/tg-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/tg-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/tg.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/tg.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"tg",weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),weekStart:1,weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=tg-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/tk-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/tk-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/tk.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/tk.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,n){ true?module.exports=n(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=n(e),_={name:"tk",weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekStart:1,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e){return e+"."}};return t.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=tk-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/tr-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/tr-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/tr.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/tr.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(a,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(a){"use strict";function e(a){return a&&"object"==typeof a&&"default"in a?a:{default:a}}var t=e(a),_={name:"tr",weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekStart:1,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(a){return a+"."}};return t.default.locale(_,null,!0),_})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=tr-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/tzl-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/tzl-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/tzl.js": 4 | /*!******************************************!*\ 5 | !*** ./node_modules/dayjs/locale/tzl.js ***! 6 | \******************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(e,_){ true?module.exports=_(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(e){"use strict";function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),a={name:"tzl",weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),weekStart:1,weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),ordinal:function(e){return e},formats:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"}};return t.default.locale(a,null,!0),a})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=tzl-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/tzl-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/tzl-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA2I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,2YAA2Y,SAAS,UAAU,sJAAsJ,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/tzl.js"],"sourcesContent":["!function(e,_){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=_(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],_):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_locale_tzl=_(e.dayjs)}(this,(function(e){\"use strict\";function _(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var t=_(e),a={name:\"tzl\",weekdays:\"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi\".split(\"_\"),months:\"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar\".split(\"_\"),weekStart:1,weekdaysShort:\"Súl_Lún_Mai_Már_Xhú_Vié_Sát\".split(\"_\"),monthsShort:\"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec\".split(\"_\"),weekdaysMin:\"Sú_Lú_Ma_Má_Xh_Vi_Sá\".split(\"_\"),ordinal:function(e){return e},formats:{LT:\"HH.mm\",LTS:\"HH.mm.ss\",L:\"DD.MM.YYYY\",LL:\"D. MMMM [dallas] YYYY\",LLL:\"D. MMMM [dallas] YYYY HH.mm\",LLLL:\"dddd, [li] D. MMMM [dallas] YYYY HH.mm\"}};return t.default.locale(a,null,!0),a}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/ur-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/ur-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/ur.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/ur.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"ur",weekdays:"اتوار_پیر_منگل_بدھ_جمعرات_جمعہ_ہفتہ".split("_"),months:"جنوری_فروری_مارچ_اپریل_مئی_جون_جولائی_اگست_ستمبر_اکتوبر_نومبر_دسمبر".split("_"),weekStart:1,weekdaysShort:"اتوار_پیر_منگل_بدھ_جمعرات_جمعہ_ہفتہ".split("_"),monthsShort:"جنوری_فروری_مارچ_اپریل_مئی_جون_جولائی_اگست_ستمبر_اکتوبر_نومبر_دسمبر".split("_"),weekdaysMin:"اتوار_پیر_منگل_بدھ_جمعرات_جمعہ_ہفتہ".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=ur-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/uz-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/uz-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/uz.js": 4 | /*!*****************************************!*\ 5 | !*** ./node_modules/dayjs/locale/uz.js ***! 6 | \*****************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"uz",weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),weekStart:1,weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=uz-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/zh-hk-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/zh-hk-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/zh-hk.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/zh-hk.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"zh-hk",months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),ordinal:function(_,e){return"W"===e?_+"週":_+"日"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"一分鐘",mm:"%d 分鐘",h:"一小時",hh:"%d 小時",d:"一天",dd:"%d 天",M:"一個月",MM:"%d 個月",y:"一年",yy:"%d 年"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=zh-hk-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/zh-hk-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/zh-hk-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA6I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,sSAAsS,0BAA0B,UAAU,yGAAyG,eAAe,4HAA4H,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/zh-hk.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_zh_hk=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),d={name:\"zh-hk\",months:\"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月\".split(\"_\"),monthsShort:\"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月\".split(\"_\"),weekdays:\"星期日_星期一_星期二_星期三_星期四_星期五_星期六\".split(\"_\"),weekdaysShort:\"週日_週一_週二_週三_週四_週五_週六\".split(\"_\"),weekdaysMin:\"日_一_二_三_四_五_六\".split(\"_\"),ordinal:function(_,e){return\"W\"===e?_+\"週\":_+\"日\"},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"YYYY/MM/DD\",LL:\"YYYY年M月D日\",LLL:\"YYYY年M月D日 HH:mm\",LLLL:\"YYYY年M月D日dddd HH:mm\"},relativeTime:{future:\"%s內\",past:\"%s前\",s:\"幾秒\",m:\"一分鐘\",mm:\"%d 分鐘\",h:\"一小時\",hh:\"%d 小時\",d:\"一天\",dd:\"%d 天\",M:\"一個月\",MM:\"%d 個月\",y:\"一年\",yy:\"%d 年\"}};return t.default.locale(d,null,!0),d}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/locales/dayjs/zh-tw-js.js: -------------------------------------------------------------------------------- 1 | (self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([["locales/dayjs/zh-tw-js"],{ 2 | 3 | /***/ "./node_modules/dayjs/locale/zh-tw.js": 4 | /*!********************************************!*\ 5 | !*** ./node_modules/dayjs/locale/zh-tw.js ***! 6 | \********************************************/ 7 | /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 8 | 9 | !function(_,e){ true?module.exports=e(__webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js")):0}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"zh-tw",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(_,e){return"W"===e?_+"週":_+"日"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}};return t.default.locale(d,null,!0),d})); 10 | 11 | /***/ }) 12 | 13 | }]); 14 | //# sourceMappingURL=zh-tw-js.js.map -------------------------------------------------------------------------------- /dist/locales/dayjs/zh-tw-js.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"locales/dayjs/zh-tw-js.js","mappings":";;;;;;;;AAAA,eAAe,KAAoD,kBAAkB,mBAAO,CAAC,gDAAO,GAAG,CAA6I,CAAC,mBAAmB,aAAa,cAAc,+CAA+C,WAAW,cAAc,sSAAsS,0BAA0B,UAAU,sLAAsL,eAAe,iIAAiI,qCAAqC","sources":["webpack://converse.js/./node_modules/dayjs/locale/zh-tw.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_zh_tw=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),d={name:\"zh-tw\",weekdays:\"星期日_星期一_星期二_星期三_星期四_星期五_星期六\".split(\"_\"),weekdaysShort:\"週日_週一_週二_週三_週四_週五_週六\".split(\"_\"),weekdaysMin:\"日_一_二_三_四_五_六\".split(\"_\"),months:\"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月\".split(\"_\"),monthsShort:\"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月\".split(\"_\"),ordinal:function(_,e){return\"W\"===e?_+\"週\":_+\"日\"},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"YYYY/MM/DD\",LL:\"YYYY年M月D日\",LLL:\"YYYY年M月D日 HH:mm\",LLLL:\"YYYY年M月D日dddd HH:mm\",l:\"YYYY/M/D\",ll:\"YYYY年M月D日\",lll:\"YYYY年M月D日 HH:mm\",llll:\"YYYY年M月D日dddd HH:mm\"},relativeTime:{future:\"%s內\",past:\"%s前\",s:\"幾秒\",m:\"1 分鐘\",mm:\"%d 分鐘\",h:\"1 小時\",hh:\"%d 小時\",d:\"1 天\",dd:\"%d 天\",M:\"1 個月\",MM:\"%d 個月\",y:\"1 年\",yy:\"%d 年\"}};return t.default.locale(d,null,!0),d}));"],"names":[],"sourceRoot":""} -------------------------------------------------------------------------------- /dist/sounds/README: -------------------------------------------------------------------------------- 1 | Sound credit: 2 | ============= 3 | 4 | Message received notification sound by Alastair Cameron 5 | https://www.freesound.org/people/cameronmusic 6 | -------------------------------------------------------------------------------- /dist/sounds/msg_received.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/sounds/msg_received.mp3 -------------------------------------------------------------------------------- /dist/sounds/msg_received.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/sounds/msg_received.ogg -------------------------------------------------------------------------------- /dist/webfonts/baumans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/baumans.ttf -------------------------------------------------------------------------------- /dist/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /dist/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /dist/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /dist/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /dist/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /dist/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /dist/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /dist/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /dist/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /dist/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /dist/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /dist/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /dist/webfonts/muli.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/dist/webfonts/muli.ttf -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/favicon.ico -------------------------------------------------------------------------------- /lerna.json: -------------------------------------------------------------------------------- 1 | { 2 | "packages": [ 3 | "packages/*" 4 | ], 5 | "version": "independent" 6 | } 7 | -------------------------------------------------------------------------------- /logo/blokt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/logo/blokt.png -------------------------------------------------------------------------------- /logo/codefirst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/logo/codefirst.png -------------------------------------------------------------------------------- /logo/conversejs-filled-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/logo/conversejs-filled-192.png -------------------------------------------------------------------------------- /logo/conversejs-filled-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/logo/conversejs-filled-512.png -------------------------------------------------------------------------------- /logo/conversejs-filled.svg: -------------------------------------------------------------------------------- 1 | 20 | -------------------------------------------------------------------------------- /logo/keycdn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/logo/keycdn.png -------------------------------------------------------------------------------- /logo/readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/logo/readme.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "converse-community-plugins", 3 | "version": "0.0.1", 4 | "description": "Community plugins for Converse.js", 5 | "main": "index.js", 6 | "workspaces": [ 7 | "packages/actions", 8 | "packages/adaptive-cards", 9 | "packages/diagrams", 10 | "packages/directory", 11 | "packages/download-dialog", 12 | "packages/galene", 13 | "packages/http-auth", 14 | "packages/jitsimeet", 15 | "packages/location", 16 | "packages/mastodon", 17 | "packages/muc-directory", 18 | "packages/muc-presence-probe", 19 | "packages/oauth", 20 | "packages/polls", 21 | "packages/screencast", 22 | "packages/search", 23 | "packages/stickers", 24 | "packages/toolbar-utilities", 25 | "packages/vmsg", 26 | "packages/voicechat" 27 | ], 28 | "repository": { 29 | "type": "git", 30 | "url": "git+https://github.com/conversejs/community-plugins.git" 31 | }, 32 | "keywords": [ 33 | "Converse.js", 34 | "XMPP", 35 | "plugins" 36 | ], 37 | "author": "Converse.js Community", 38 | "license": "SEE LICENCE IN LICENSE.txt", 39 | "bugs": { 40 | "url": "https://github.com/conversejs/community-plugins/issues" 41 | }, 42 | "homepage": "https://github.com/conversejs/community-plugins#readme", 43 | "dependencies": { 44 | "npm": "^8.5.4" 45 | }, 46 | "devDependencies": { 47 | "http-server": "^14.1.0" 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /packages/actions/actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/actions/actions.png -------------------------------------------------------------------------------- /packages/actions/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/actions", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.1", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/actions/readme.md: -------------------------------------------------------------------------------- 1 | # Actions plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin adds additional actions to the Converse message menu to peform the following: 7 | 8 | - reply the selected message (or highlighted message text) using xmpp message styling (xep 393) 9 | - send a reaction to the selected message using xmpp message reactions (xep 444) 10 | 11 | ## Install 12 | See https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 13 | 14 | See index.html for example usage 15 | 16 | ## How to use 17 | Select a message, click on the more icon to open menu and then click on the appropriate icon to perform the associated action. 18 | -------------------------------------------------------------------------------- /packages/adaptive-cards/adaptive-cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/adaptive-cards/adaptive-cards.png -------------------------------------------------------------------------------- /packages/adaptive-cards/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/adaptive-cards", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.1", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/adaptive-cards/readme.md: -------------------------------------------------------------------------------- 1 | # Adaptive Cards plugin for converse.js 2 | https://adaptivecards.io 3 | 4 | 5 | 6 | ## Overview 7 | Adaptive Cards are platform-agnostic snippets of UI, authored in JSON, that apps and services can openly exchange. When delivered to a specific app, the JSON is transformed into native UI that automatically adapts to its surroundings. It helps design and integrate light-weight UI for all major platforms and frameworks. 8 | 9 | This plugin enables Adaptive cards for ConverseJS. It does the following: 10 | 11 | - Uses https://adaptivecards.io/designer/ for designing adaptive cards and creating card JSON 12 | - Paste JSON into a Converse conversation and render the JSON. 13 | - Data entered into an interactive form will be stored as a PEP using the button name. 14 | 15 | 16 | ## Install 17 | See https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 18 | 19 | See index.html for example usage 20 | 21 | ## How to use 22 | Click on the appropriate icon to perform the associated action. 23 | -------------------------------------------------------------------------------- /packages/adaptive-cards/sample.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AdaptiveCard", 3 | "version": "1.0", 4 | "body": [ 5 | { 6 | "type": "Image", 7 | "url": "https://adaptivecards.io/content/adaptive-card-50.png" 8 | }, 9 | { 10 | "type": "TextBlock", 11 | "text": "Hello **Adaptive Cards!**" 12 | } 13 | ], 14 | "actions": [ 15 | { 16 | "type": "Action.OpenUrl", 17 | "title": "Learn more", 18 | "url": "https://adaptivecards.io" 19 | }, 20 | { 21 | "type": "Action.OpenUrl", 22 | "title": "GitHub", 23 | "url": "https://github.com/Microsoft/AdaptiveCards" 24 | } 25 | ] 26 | } -------------------------------------------------------------------------------- /packages/diagrams/diagrams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/diagrams/diagrams.png -------------------------------------------------------------------------------- /packages/diagrams/flowchat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/diagrams/flowchat.png -------------------------------------------------------------------------------- /packages/diagrams/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/diagrams/music.png -------------------------------------------------------------------------------- /packages/diagrams/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/diagrams", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/diagrams/readme.md: -------------------------------------------------------------------------------- 1 | # Diagrams plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin uses [mermaid.js](https://js.github.io/mermaid/#/) and [abcjs](https://github.com/paulrosen/abcjs) to generate diagrams, flowcharts and music notation from text in a similar manner as markdown 7 | The purpose of this plugin with converse is to create a tool that makes it easier to create diagrams, flowcharts, music and other visuals in chat communication. 8 | 9 | ## Install 10 | See https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 11 | 12 | See index.html for example usage 13 | 14 | ## How to use 15 | 16 | Diagrams can be created in a chat through text like this in a conversation: 17 | 18 | ``` 19 | graph TD 20 | A[Client] --> B[Load Balancer] 21 | B --> C[Server01] 22 | B --> D[Server02] 23 | ``` 24 | 25 | The text is then rendered into a SVG vector diagram and made part of the chat: 26 | 27 | 28 | 29 | Music is produced with the ABC notation system like this 30 | ``` 31 | X:1 32 | K:D 33 | "Am" DDAA|BBA2| 34 | ``` 35 | 36 | The text is then rendered into music notation and made part of the chat: 37 | 38 | -------------------------------------------------------------------------------- /packages/directory/directory.css: -------------------------------------------------------------------------------- 1 | #plugin-directory table { 2 | color: #333; 3 | font-family: Helvetica, Arial, sans-serif; 4 | border-collapse: 5 | collapse; border-spacing: 0; 6 | width: 95%; 7 | } 8 | 9 | #plugin-directory td, th { 10 | border: 1px solid transparent; /* No more visible border */ 11 | height: 30px; 12 | transition: all 0.3s; /* Simple transition for hover effect */ 13 | } 14 | 15 | #plugin-directory th { 16 | background: #DFDFDF; /* Darken header a bit */ 17 | font-weight: bold; 18 | } 19 | 20 | #plugin-directory td { 21 | background: #FAFAFA; 22 | text-align: left; 23 | vertical-align: top; 24 | } -------------------------------------------------------------------------------- /packages/directory/directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/directory/directory.png -------------------------------------------------------------------------------- /packages/directory/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/directory", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/directory/readme.md: -------------------------------------------------------------------------------- 1 | # User Directory Search plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin implements [XMPP search](https://xmpp.org/extensions/xep-0055.html). Click on any of the links returned to open a chatbox window and add the person as a contact. 7 | 8 | ## Install 9 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | ## How to use 12 | Click on the male/female icon on the conversation toolbar to display the modal form 13 | -------------------------------------------------------------------------------- /packages/download-dialog/README.md: -------------------------------------------------------------------------------- 1 | # download-dialog 2 | 3 | A [converse.js](https://conversejs.org) plugin to download files from the chat-history. 4 | 5 | ## Overview 6 | This Plugin adds a feature to download all files in the chat-history. The user can click on a button on the chat-toolbar to open the download-dialog. The download-dialog itself is a modal view. The user can select or deselect the files he wishes to download and set the filenames. All files fill be put into a zip-file and downloaded via the browser-dialog. 7 | 8 | 9 | 10 | ## Configuration 11 | Which files can be downloaded will be determined by the _show_images_inline_-parameter. 12 | 13 | ## Install 14 | See https://conversejs.org/docs/html/plugin_development.html on how to install this plugin. 15 | 16 | ## Development 17 | The plugin uses webpack. All the code for the plugin can be found in `src/download-dialog.js`. The styles can be found in `src/download_dialog.scss`. To Build the plugin first run `npm install` and then `npx webpack`. This creates the new version of the plugin. The plugin can be found under `dist/download-dialog.js`. 18 | -------------------------------------------------------------------------------- /packages/download-dialog/dist/download-dialog.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! 2 | 3 | JSZip v3.8.0 - A JavaScript class for generating and reading zip files 4 | 5 | 6 | (c) 2009-2016 Stuart Knightley 7 | Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown. 8 | 9 | JSZip uses the library pako released under the MIT license : 10 | https://github.com/nodeca/pako/blob/master/LICENSE 11 | */ 12 | -------------------------------------------------------------------------------- /packages/download-dialog/download_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/download-dialog/download_dialog.png -------------------------------------------------------------------------------- /packages/download-dialog/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/download-dialog", 3 | "version": "1.0.2-alpha.0", 4 | "description": "Allows the user to download all mutlimedia-files from the chat-history", 5 | "scripts": { 6 | "test": "echo \"Error: no test specified\" && exit 1", 7 | "start": "./node_modules/.bin/http-server -c-1" 8 | }, 9 | "keywords": [ 10 | "converse.js", 11 | "plugin" 12 | ], 13 | "author": "worlword", 14 | "license": "MPL-2.0", 15 | "repository": { 16 | "type": "git", 17 | "url": "https://github.com/conversejs/community-plugins.git" 18 | }, 19 | "publishConfig": { 20 | "access": "public" 21 | }, 22 | "dependencies": { 23 | "file-saver": "^2.0.5", 24 | "jszip": "^3.8.0" 25 | }, 26 | "devDependencies": { 27 | "@babel/core": "^7.17.8", 28 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", 29 | "@babel/plugin-proposal-optional-chaining": "^7.16.7", 30 | "@babel/preset-env": "^7.16.11", 31 | "babel-loader": "^8.2.4", 32 | "css-loader": "^6.7.1", 33 | "node-sass": "^7.0.1", 34 | "sass-loader": "^13.1.0", 35 | "style-loader": "^3.3.1", 36 | "webpack": "^5.71.0", 37 | "webpack-cli": "^4.9.2" 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /packages/galene/common.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | font-size: 160%; 3 | } 4 | 5 | .inline { 6 | display: inline; 7 | } 8 | 9 | .signature { 10 | border-top: solid; 11 | padding-top: 0; 12 | border-width: thin; 13 | clear: both; 14 | min-height: 3.125rem; 15 | text-align: center; 16 | } 17 | 18 | body { 19 | overflow-x: hidden; 20 | } 21 | body, html { 22 | height: 100%; 23 | } 24 | body { 25 | margin: 0; 26 | font-family: Metropolis,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; 27 | font-size: 1rem; 28 | font-weight: 400; 29 | line-height: 1.5; 30 | color: #687281; 31 | text-align: left; 32 | background-color: #eff3f9; 33 | } 34 | 35 | *, :after, :before { 36 | box-sizing: border-box; 37 | } 38 | 39 | textarea { 40 | font-family: Metropolis,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; 41 | font-size: 1rem; 42 | font-weight: 400; 43 | line-height: 1.5; 44 | } -------------------------------------------------------------------------------- /packages/galene/external/contextual/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Lucas Reade 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/css/regular.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | * Copyright 2022 Fonticons, Inc. 5 | */ 6 | :host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400} -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/css/solid.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | * Copyright 2022 Fonticons, Inc. 5 | */ 6 | :host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900} -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/css/v5-font-face.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | * Copyright 2022 Fonticons, Inc. 5 | */ 6 | @font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")} -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /packages/galene/external/fontawesome/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/external/fontawesome/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /packages/galene/external/toastify/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 apvarun 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /packages/galene/galene-socket.js: -------------------------------------------------------------------------------- 1 | class GaleneSocket 2 | { 3 | constructor(connection, host) { 4 | this.OPEN = connection.connected; 5 | this.connection = connection; 6 | this.readyState = this.OPEN; 7 | this.host = host; 8 | 9 | this.connection.addHandler((iq) => { 10 | const json_ele = iq.querySelector("json"); 11 | console.debug('GaleneSocket handler', json_ele.innerHTML); 12 | 13 | if (this.onmessage) this.onmessage({data: json_ele.innerHTML}); 14 | return true; 15 | 16 | }, "urn:xmpp:sfu:galene:0", 'iq', 'set'); 17 | 18 | setTimeout(() => { 19 | console.debug('GaleneSocket start'); 20 | if (this.onopen) this.onopen(); 21 | }); 22 | 23 | console.debug('GaleneSocket constructor', this); 24 | } 25 | 26 | close(code, reason) { 27 | console.debug('GaleneSocket close', code, reason); 28 | 29 | this.connection.sendIQ($iq({type: 'set', to: this.host}).c('c2s', {xmlns: 'urn:xmpp:sfu:galene:0'}), (res) => { 30 | if (this.onclose) this.onclose({code, reason}); 31 | }); 32 | } 33 | 34 | send(text) { 35 | console.debug('GaleneSocket send', text); 36 | this.connection.sendIQ($iq({type: 'set', to: this.host}).c('c2s', {xmlns: 'urn:xmpp:sfu:galene:0'}).c('json', {xmlns: 'urn:xmpp:json:0'}).t(text), (res) => { 37 | //console.debug('GaleneSocket send response', res); 38 | }); 39 | } 40 | 41 | } -------------------------------------------------------------------------------- /packages/galene/galene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/galene/galene.png -------------------------------------------------------------------------------- /packages/galene/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/galene", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.1", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/http-auth/http_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/http-auth/http_auth.png -------------------------------------------------------------------------------- /packages/http-auth/readme.md: -------------------------------------------------------------------------------- 1 | # HTTP requests verification plugin for converse.js 2 | 3 | ![screenshot](http_auth.png) 4 | 5 | ## Overview 6 | This plugin provides support for XEP-0070 : Verifying HTTP Requests via XMPP. 7 | It can be used in 2 factor authentication or as a replacement of passwords. 8 | 9 | 10 | ## Install 11 | 12 | See https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin. 13 | 14 | ## How to use 15 | 16 | If you want to hide the authentication request of your provider, you can set the following option in your `converse.initialize` function: 17 | 18 | `hidden: ['auth.example.com']` 19 | 20 | It will work with any jid. 21 | 22 | You can test the implementation with the following test website: https://demo.agayon.be/ 23 | 24 | More information about the protocol and how to use it in a website: 25 | 26 | * https://xmpp.org/extensions/xep-0070.html 27 | * https://blog.agayon.be/xmpp_auth_django.html 28 | 29 | -------------------------------------------------------------------------------- /packages/jitsimeet/jitsimeet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/jitsimeet/jitsimeet.png -------------------------------------------------------------------------------- /packages/jitsimeet/jitsimeet2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/jitsimeet/jitsimeet2.png -------------------------------------------------------------------------------- /packages/jitsimeet/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/jitsimeet", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/jitsimeet/readme.md: -------------------------------------------------------------------------------- 1 | # Jitsi Meet plugin for converse.js 2 | 3 | 4 | 5 | 6 | ## Overview 7 | This plugin uses a hosted Jitsi-Meet service to deliver an audio/video conferencing user experience. 8 | 9 | ## Install 10 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 11 | 12 | ## Configure 13 | To configure, edit the converse settings and modify all the jitsimeet_ values. See index.html for an example 14 | 15 | ``` 16 | converse.initialize({ 17 | .... 18 | jitsimeet_modal: false, 19 | jitsimeet_url: 'https://meet.jit.si', 20 | .... 21 | }); 22 | ``` 23 | 24 | Default setting will use the public meet.ji.si service. 25 | 26 | ## How to use 27 | Click on the video icon on the conversation toolbar to turn a chat or groupchat into an audio/video conference 28 | -------------------------------------------------------------------------------- /packages/location/leaflet/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/location/leaflet/images/layers-2x.png -------------------------------------------------------------------------------- /packages/location/leaflet/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/location/leaflet/images/layers.png -------------------------------------------------------------------------------- /packages/location/leaflet/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/location/leaflet/images/marker-icon-2x.png -------------------------------------------------------------------------------- /packages/location/leaflet/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/location/leaflet/images/marker-icon.png -------------------------------------------------------------------------------- /packages/location/leaflet/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/location/leaflet/images/marker-shadow.png -------------------------------------------------------------------------------- /packages/location/leaflet/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Location 5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | -------------------------------------------------------------------------------- /packages/location/leaflet/index.js: -------------------------------------------------------------------------------- 1 | window.addEventListener("load", function() 2 | { 3 | function urlParam(name) 4 | { 5 | var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href); 6 | if (!results) { return undefined; } 7 | return unescape(results[1] || undefined); 8 | }; 9 | 10 | function showMap(latLng, label) 11 | { 12 | var mymap = L.map('mapid').setView(latLng, 13); 13 | 14 | L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { 15 | attribution: '© OpenStreetMap contributors' 16 | }).addTo(mymap); 17 | 18 | var radius = latLng.accuracy / 2; 19 | L.marker(latLng).addTo(mymap).bindPopup(label + "\n is within " + radius + " meters from here").openPopup(); 20 | L.circle(latLng, radius).addTo(mymap); 21 | } 22 | 23 | var accuracy = urlParam("accuracy"); 24 | var label = urlParam("label"); 25 | var lat = urlParam("lat"); 26 | var lng = urlParam("lng"); 27 | 28 | console.debug("parameters", label, lat, lng, accuracy); 29 | 30 | if (lat && lng && label && accuracy) 31 | { 32 | showMap({lat: lat, lng: lng, accuracy: accuracy}, label) 33 | } 34 | }); -------------------------------------------------------------------------------- /packages/location/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/location/location.png -------------------------------------------------------------------------------- /packages/location/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/location", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/location/readme.md: -------------------------------------------------------------------------------- 1 | # Location plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin publishes and recieves the geographic location of the user to xmpp pubsub as specified in XEP-0080. It also posts the location to the active chat or groupchat as an out of band (oob) url and renders the url into a map using OpenStreetMap and leaflet.js. 7 | 8 | ## Install 9 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | ## How to use 12 | Click on the arrow icon to publish your geo location 13 | -------------------------------------------------------------------------------- /packages/mastodon/mastodon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/mastodon/mastodon.png -------------------------------------------------------------------------------- /packages/mastodon/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/mastodon", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.1-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/mastodon/readme.md: -------------------------------------------------------------------------------- 1 | # Mastodon plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin directly accesses the Mastodon REST API to provide a public and local server timeline feed. A token is required for the local server timeline. 7 | 8 | ## Install 9 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | ## Configure 12 | To configure, edit the converse settings and modify the mastodon object attributes. See index.html for an example 13 | 14 | ``` 15 | converse.initialize({ 16 | .... 17 | mastodon: { 18 | url: "https://toot.igniterealtime.org", 19 | token: "", 20 | toolbar: true, 21 | limit: 25, 22 | check: 15, 23 | title: "Mastodon Feed" 24 | }, 25 | .... 26 | }); 27 | ``` 28 | 29 | Default setting will use the public toot.igniterealtime.org service. 30 | 31 | ## How to use 32 | Click on the arrow icon to publish your geo mastodon 33 | -------------------------------------------------------------------------------- /packages/muc-directory/muc-directory.css: -------------------------------------------------------------------------------- 1 | .pade-col-container { 2 | display: flex; 3 | flex-wrap: wrap; 4 | } 5 | 6 | .pade-col { 7 | display: flex; 8 | padding: 0.5em; 9 | width: 23%; 10 | padding: 5px !important; 11 | margin: 5px !important; 12 | background: #EEE; 13 | color:black; 14 | } 15 | .pade-col-content { 16 | display: flex; 17 | flex-direction: column; 18 | padding: 1em !important; 19 | width: 100%; 20 | padding: 10px; 21 | cursor: pointer; 22 | } 23 | 24 | .pade-col-desc { 25 | 26 | max-width: 350px; 27 | white-space: nowrap; 28 | overflow: hidden; 29 | text-overflow: ellipsis; 30 | } 31 | .pade-col-badge { 32 | position:relative; 33 | } 34 | .pade-col-badge[data-badge]:after { 35 | content:attr(data-badge); 36 | position:absolute; 37 | top:0; 38 | right:0; 39 | font-size:.7em; 40 | background:green; 41 | color:white; 42 | width:18px;height:18px; 43 | text-align:center; 44 | line-height:18px; 45 | border-radius:50%; 46 | box-shadow:0 0 1px #333; 47 | } 48 | .pade-col-badge[data-badge="0"]:after { 49 | content: none; 50 | } 51 | -------------------------------------------------------------------------------- /packages/muc-directory/muc-directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/muc-directory/muc-directory.png -------------------------------------------------------------------------------- /packages/muc-directory/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/muc-directory", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/muc-directory/readme.md: -------------------------------------------------------------------------------- 1 | # MUC Directory plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin fetches from https://search.jabber.network a list of all MUC public chat rooms registered. Click on any of the tiles to open the selected chat room. 7 | 8 | ## Install 9 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | ## How to use 12 | Click on the tile icon next to GROUPCHATS in the control toolbar to display the modal form 13 | -------------------------------------------------------------------------------- /packages/muc-presence-probe/README.md: -------------------------------------------------------------------------------- 1 | # muc-presence-probe 2 | 3 | This plugin will wait until MAM messages have been fetched for a MUC and then 4 | sends out an IQ stanza that requests presence information for all the authors 5 | of the returned MAM messages. 6 | 7 | The goal of such a probe is to fetch presence-related information (such as 8 | [XEP-317 Hats](https://xmpp.org/extensions/xep-0317.html). 9 | 10 | Individual MUC presence probes are described in [XEP-0045 section 17.3](https://xmpp.org/extensions/xep-0045.html#bizrules-presence), 11 | but sending out an IQ stanza to query presences in bulk is not (yet) documented 12 | in any XEP. 13 | 14 | Generally, this plugin will only make sense when you've disabled presences in a 15 | MUC, but stil want to fetch presence-related metadata for message authors. 16 | 17 | This plugin requires [mod_muc_batched_probe](https://modules.prosody.im/mod_muc_batched_probe.html) on Prosody. 18 | 19 | 20 | # Changelog 21 | 22 | ## 0.0.9 (2020-10-26) 23 | 24 | - Handle `converse` being on `event.detail` in Converse 7 25 | 26 | ## 0.0.6 (2020-07-15) 27 | 28 | - Handle promises being received from the `MAMResult` event 29 | 30 | ## 0.0.5 (2020-07-15) 31 | 32 | - Don't nest `` nodes in the outgoing IQ stanza 33 | 34 | ## 0.0.4 (2020-05-07) 35 | 36 | - Add support for IQ request to probe multiple presences 37 | -------------------------------------------------------------------------------- /packages/muc-presence-probe/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/muc-presence-probe", 3 | "author": "JC Brand", 4 | "license": "BSD-3-Clause", 5 | "version": "0.0.9", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "scripts": { 14 | "start": "./node_modules/.bin/http-server -c-1" 15 | }, 16 | "devDependencies": { 17 | "http-server": "latest" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /packages/oauth/README.md: -------------------------------------------------------------------------------- 1 | # converse-oauth 2 | 3 | This plugin provides OAuth functionality to Converse 4 | 5 | ## WARNING: This plugin needs to be updated 6 | 7 | This pugin used to be in the main Converse library, but has been moved to the 8 | community plugins repo instead. 9 | 10 | The code has been copied over, but not tested and will need to be 11 | updated/maintained to get it working again. 12 | 13 | ### Steps to be done to get it working: 14 | 15 | 1. Set up a loader/bundler like Rollup to create a new build with index.js, styles.scss and the 3rd party dependency hello.js 16 | 2. The `overrides` in the plugin probably don't work no more and need to be removed/refactored. 17 | -------------------------------------------------------------------------------- /packages/oauth/styles.scss: -------------------------------------------------------------------------------- 1 | .conversejs { 2 | .oauth-providers { 3 | text-align: center; 4 | .oauth-provider { 5 | margin: 1em 0; 6 | 7 | .oauth-login { 8 | margin-left: 0; 9 | color: var(--link-color); 10 | font-size: var(--font-size-large); 11 | &:hover { 12 | color: var(--link-hover-color); 13 | } 14 | i { 15 | color: var(--link-color); 16 | font-size: var(--font-size-huge); 17 | margin-right: 0.5em; 18 | } 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /packages/oauth/templates/oauth_providers.js: -------------------------------------------------------------------------------- 1 | import { html } from "lit"; 2 | 3 | const tpl_provider = (o, provider) => html` 4 |

5 | 8 |

9 | `; 10 | 11 | export default (o) => html` 12 |
13 | ${ o.providers.map(provider => tpl_provider(o, provider)) } 14 |
15 | `; -------------------------------------------------------------------------------- /packages/polls/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/polls", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.1", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/polls/polls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/polls/polls.png -------------------------------------------------------------------------------- /packages/polls/readme.md: -------------------------------------------------------------------------------- 1 | # Polls plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin adds a polls sidebar for groupchat (Work-in-progress). 7 | 8 | ## Install 9 | See https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | See index.html for example usage 12 | 13 | ## How to use 14 | Click on the appropriate icon to perform the associated action. 15 | -------------------------------------------------------------------------------- /packages/screencast/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/screencast", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/screencast/readme.md: -------------------------------------------------------------------------------- 1 | # Screencast plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin uses the webrtc desktop capture and media recorder features to perform a screencast session. Please note that this plugin uses the (pre-released) new getDisplayMedia API to obtain desktop/screen video stream without the need for a plugin or browser extenstion. 7 | 8 | ## Install 9 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | ## How to use 12 | Use the screen icon on the conversation toolbar to toggle between starting and stopping a screen cast 13 | -------------------------------------------------------------------------------- /packages/screencast/screencast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/screencast/screencast.png -------------------------------------------------------------------------------- /packages/search/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/search", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/search/readme.md: -------------------------------------------------------------------------------- 1 | # Conversation Search plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin uses [XMPP Message Archive Management](https://xmpp.org/extensions/xep-0313.html) to do a full text search in the current chatbox or chatroom. 7 | 8 | ## Install 9 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | ## How to use 12 | This plugin has a setting called "search_method" to control where to search. Use "mam" for a server-side search or "local" for client-side search. Default is "mam". 13 | Click on the magnifying glass icon on the conversation toolbar to display the modal form 14 | -------------------------------------------------------------------------------- /packages/search/search.css: -------------------------------------------------------------------------------- 1 | #pade-search-results table { 2 | color: #333; 3 | font-family: Helvetica, Arial, sans-serif; 4 | border-collapse: 5 | collapse; border-spacing: 0; 6 | width: 100%; 7 | } 8 | 9 | #pade-search-results td, th { 10 | border: 1px solid transparent; /* No more visible border */ 11 | height: 30px; 12 | transition: all 0.3s; /* Simple transition for hover effect */ 13 | padding: 5px; 14 | } 15 | 16 | #pade-search-results th { 17 | background: #DFDFDF; /* Darken header a bit */ 18 | font-weight: bold; 19 | } 20 | 21 | #pade-search-results td { 22 | background: #FAFAFA; 23 | text-align: left; 24 | vertical-align: top; 25 | } 26 | 27 | #pade-search-results .modal-body { 28 | overflow-x: auto; 29 | } 30 | -------------------------------------------------------------------------------- /packages/search/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/search/search.png -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD-AAD9HsZAAELURd6t1046QI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD-AAD9HsZAAELURd6t1046QI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD-gAD9HsZAAFIcnEWg1x0yAI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD-gAD9HsZAAFIcnEWg1x0yAI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD3gAD9HsZAAG9he9u98XOPQI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD3gAD9HsZAAG9he9u98XOPQI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD4AAD9HsZAAEs6yhXXpXjMAI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD4AAD9HsZAAEs6yhXXpXjMAI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD4gAD9HsZAAE9rzigueyUFwI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD4gAD9HsZAAE9rzigueyUFwI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD5AAD9HsZAAFaKa3EnzffbgI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD5AAD9HsZAAFaKa3EnzffbgI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD5gAD9HsZAAEpY_LdZMK5mwI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD5gAD9HsZAAEpY_LdZMK5mwI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD6AAD9HsZAAHJzCUQLTfb0wI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD6AAD9HsZAAHJzCUQLTfb0wI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD6gAD9HsZAAFjsXea7HRT1wI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD6gAD9HsZAAFjsXea7HRT1wI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD7AAD9HsZAAGRcHC9ECtEJQI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD7AAD9HsZAAGRcHC9ECtEJQI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD7gAD9HsZAAGIBy8PT-glrAI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD7gAD9HsZAAGIBy8PT-glrAI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD8AAD9HsZAAEuvf-jtAjUeQI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD8AAD9HsZAAEuvf-jtAjUeQI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD8gAD9HsZAAE7OFplJCHoYAI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD8gAD9HsZAAE7OFplJCHoYAI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD9AAD9HsZAAGn8n8DlAtW1wI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD9AAD9HsZAAGn8n8DlAtW1wI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD9gAD9HsZAAFeYY-ltPYnrAI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD9gAD9HsZAAFeYY-ltPYnrAI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADAgEAAvR7GQABFQXs6L_5I4AC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADAgEAAvR7GQABFQXs6L_5I4AC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADBAEAAvR7GQABgBHkQCvGnPsC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADBAEAAvR7GQABgBHkQCvGnPsC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADCwEAAvR7GQABuArOzKHFjusC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADCwEAAvR7GQABuArOzKHFjusC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADDQEAAvR7GQABJ6-MCHZ-F9AC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADDQEAAvR7GQABJ6-MCHZ-F9AC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADDwEAAvR7GQABZvQ5FANUzPQC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADDwEAAvR7GQABZvQ5FANUzPQC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADEQEAAvR7GQAB9Z8_9pjIWdAC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADEQEAAvR7GQAB9Z8_9pjIWdAC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADEwEAAvR7GQABJAAB42sVdmNCAg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADEwEAAvR7GQABJAAB42sVdmNCAg.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADPQEAAvR7GQABTAIrXSxZ6IAC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADPQEAAvR7GQABTAIrXSxZ6IAC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADPwEAAvR7GQABViioNKnM2JoC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADPwEAAvR7GQABViioNKnM2JoC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADQQEAAvR7GQABUVl1xePX3vcC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADQQEAAvR7GQABUVl1xePX3vcC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADQwEAAvR7GQABHefwRWSx0_IC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADQwEAAvR7GQABHefwRWSx0_IC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADSQEAAvR7GQABDrDY6YiA_i8C.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADSQEAAvR7GQABDrDY6YiA_i8C.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADYgEAAvR7GQABrUv2s1LyYdYC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADYgEAAvR7GQABrUv2s1LyYdYC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADZAEAAvR7GQABZ-mj7zufay8C.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADZAEAAvR7GQABZ-mj7zufay8C.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADZgEAAvR7GQAB3WSSiurRjc0C.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADZgEAAvR7GQAB3WSSiurRjc0C.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD_AAD9HsZAAGAROatrwevYwI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD_AAD9HsZAAGAROatrwevYwI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAD_gAD9HsZAAGgFn-7pmHi2QI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAD_gAD9HsZAAGgFn-7pmHi2QI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADaAEAAvR7GQAB8LLElrB2gvwC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADaAEAAvR7GQAB8LLElrB2gvwC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgADawEAAvR7GQABpPx74Khr8fAC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgADawEAAvR7GQABpPx74Khr8fAC.webp -------------------------------------------------------------------------------- /packages/stickers/animals/CAADAgAEAQAC9HsZAAH0ZLAK5J-OegI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/CAADAgAEAQAC9HsZAAH0ZLAK5J-OegI.webp -------------------------------------------------------------------------------- /packages/stickers/animals/icon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animals/icon.webp -------------------------------------------------------------------------------- /packages/stickers/animations/128-around-the-world.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/128-around-the-world.gif -------------------------------------------------------------------------------- /packages/stickers/animations/15179-confirm-popup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/15179-confirm-popup.gif -------------------------------------------------------------------------------- /packages/stickers/animations/15224-cute-doggie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/15224-cute-doggie.gif -------------------------------------------------------------------------------- /packages/stickers/animations/15260-pushups.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/15260-pushups.gif -------------------------------------------------------------------------------- /packages/stickers/animations/15307-karaoke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/15307-karaoke.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16429-thumbs-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16429-thumbs-up.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16507-creative-time.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16507-creative-time.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16522-liquid-loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16522-liquid-loading.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16546-waiting-for-ideas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16546-waiting-for-ideas.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16625-first-test-lottie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16625-first-test-lottie.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16678-light-bulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16678-light-bulb.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16683-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16683-closed.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16689-phone-call.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16689-phone-call.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16701-launch-qualibrate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16701-launch-qualibrate.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16703-loading-moov-boing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16703-loading-moov-boing.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16731-sparrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16731-sparrow.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16732-super-hero-charging.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16732-super-hero-charging.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16734-circle-count.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16734-circle-count.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16737-bell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16737-bell.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16738-wave-animated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16738-wave-animated.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16750-handshake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16750-handshake.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16763-animated-mail-illustration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16763-animated-mail-illustration.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16765-happy-birthday.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16765-happy-birthday.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16766-forget-password-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16766-forget-password-animation.gif -------------------------------------------------------------------------------- /packages/stickers/animations/16768-stirring-into-the-sunset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/16768-stirring-into-the-sunset.gif -------------------------------------------------------------------------------- /packages/stickers/animations/1798-check-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/1798-check-animation.gif -------------------------------------------------------------------------------- /packages/stickers/animations/427-present.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/427-present.gif -------------------------------------------------------------------------------- /packages/stickers/animations/47-gears.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/animations/47-gears.gif -------------------------------------------------------------------------------- /packages/stickers/cuppy/01_cuppy_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/01_cuppy_smile.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/02_cuppy_lol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/02_cuppy_lol.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/03_cuppy_rofl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/03_cuppy_rofl.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/04_cuppy_sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/04_cuppy_sad.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/05_cuppy_cry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/05_cuppy_cry.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/06_cuppy_love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/06_cuppy_love.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/07_cuppy_hate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/07_cuppy_hate.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/08_cuppy_lovewithmug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/08_cuppy_lovewithmug.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/09_cuppy_lovewithcookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/09_cuppy_lovewithcookie.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/10_cuppy_hmm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/10_cuppy_hmm.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/11_cuppy_upset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/11_cuppy_upset.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/12_cuppy_angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/12_cuppy_angry.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/13_cuppy_curious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/13_cuppy_curious.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/14_cuppy_weird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/14_cuppy_weird.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/15_cuppy_bluescreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/15_cuppy_bluescreen.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/16_cuppy_angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/16_cuppy_angry.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/17_cuppy_tired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/17_cuppy_tired.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/18_cuppy_workhard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/18_cuppy_workhard.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/19_cuppy_shine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/19_cuppy_shine.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/20_cuppy_disgusting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/20_cuppy_disgusting.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/21_cuppy_hi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/21_cuppy_hi.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/22_cuppy_bye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/22_cuppy_bye.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/23_cuppy_greentea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/23_cuppy_greentea.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/24_cuppy_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/24_cuppy_phone.png -------------------------------------------------------------------------------- /packages/stickers/cuppy/25_cuppy_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/cuppy/25_cuppy_battery.png -------------------------------------------------------------------------------- /packages/stickers/miho/04214b0b967163915432d5406adec8c4017e093b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/04214b0b967163915432d5406adec8c4017e093b.png -------------------------------------------------------------------------------- /packages/stickers/miho/100bdb0e14c557b87ad4d253018b71eb65b80725.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/100bdb0e14c557b87ad4d253018b71eb65b80725.png -------------------------------------------------------------------------------- /packages/stickers/miho/3142d1222d82d9f2dbe48d284c8f189660f418c3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/3142d1222d82d9f2dbe48d284c8f189660f418c3.png -------------------------------------------------------------------------------- /packages/stickers/miho/34a406c2212522d7e6b60e888665267b16fc37ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/34a406c2212522d7e6b60e888665267b16fc37ba.png -------------------------------------------------------------------------------- /packages/stickers/miho/580999b6110e859e336229913a73ec0ae640ef06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/580999b6110e859e336229913a73ec0ae640ef06.png -------------------------------------------------------------------------------- /packages/stickers/miho/6bbee3f5bcaeecbaa9fac68ba1aa4656e10a158d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/6bbee3f5bcaeecbaa9fac68ba1aa4656e10a158d.png -------------------------------------------------------------------------------- /packages/stickers/miho/777e80a69ccc9c9938457844f9723f4debac0653.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/777e80a69ccc9c9938457844f9723f4debac0653.png -------------------------------------------------------------------------------- /packages/stickers/miho/a3366676e1aea97dd9425fe7cc45a6ed86288f2e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/a3366676e1aea97dd9425fe7cc45a6ed86288f2e.png -------------------------------------------------------------------------------- /packages/stickers/miho/ae0ba6cdae25fbe512dc53c7e0413d706a9410f8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/ae0ba6cdae25fbe512dc53c7e0413d706a9410f8.png -------------------------------------------------------------------------------- /packages/stickers/miho/c069c6deff735fab3e4416ca354594a64a79ae40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/c069c6deff735fab3e4416ca354594a64a79ae40.png -------------------------------------------------------------------------------- /packages/stickers/miho/c42fc57e5234c4d19a2455178eff2b30bced20ef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/c42fc57e5234c4d19a2455178eff2b30bced20ef.png -------------------------------------------------------------------------------- /packages/stickers/miho/e599dca3de182a821ef2e92234fb2bfca04a325e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/e599dca3de182a821ef2e92234fb2bfca04a325e.png -------------------------------------------------------------------------------- /packages/stickers/miho/eb7d0dd12b283017edee25243c3edacd62033ed0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/eb7d0dd12b283017edee25243c3edacd62033ed0.png -------------------------------------------------------------------------------- /packages/stickers/miho/f038ef01f098cae73a727618c0fbf9adf3e96ef6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/f038ef01f098cae73a727618c0fbf9adf3e96ef6.png -------------------------------------------------------------------------------- /packages/stickers/miho/fc0f48df75138fa0f3aec605629226b8ac57c639.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/fc0f48df75138fa0f3aec605629226b8ac57c639.png -------------------------------------------------------------------------------- /packages/stickers/miho/fd759226e3ec153956f3e941b81ed820614792a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/fd759226e3ec153956f3e941b81ed820614792a6.png -------------------------------------------------------------------------------- /packages/stickers/miho/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/miho/icon.png -------------------------------------------------------------------------------- /packages/stickers/miho/info.ini: -------------------------------------------------------------------------------- 1 | author = Hey-Xander 2 | license = CreativeCommon BY SA 3 | url = http://hey-xander.deviantart.com/ 4 | -------------------------------------------------------------------------------- /packages/stickers/mochi/29f4cfaca739286f6f19477a629b89818b3cf6c9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/29f4cfaca739286f6f19477a629b89818b3cf6c9.png -------------------------------------------------------------------------------- /packages/stickers/mochi/3e80ebb78199b9b8b979884087e4cfd9af12aafd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/3e80ebb78199b9b8b979884087e4cfd9af12aafd.png -------------------------------------------------------------------------------- /packages/stickers/mochi/751c9c8e314735b5c0b0b64148ae08a5983c96c8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/751c9c8e314735b5c0b0b64148ae08a5983c96c8.png -------------------------------------------------------------------------------- /packages/stickers/mochi/9919c834182a683c6dc28ba3059f19376ff152ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/9919c834182a683c6dc28ba3059f19376ff152ee.png -------------------------------------------------------------------------------- /packages/stickers/mochi/a37967e78e43acdad23d41394a2dd6a345740672.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/a37967e78e43acdad23d41394a2dd6a345740672.png -------------------------------------------------------------------------------- /packages/stickers/mochi/b93fca2188d23dd40247b83dcff7dea4fa1ba981.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/b93fca2188d23dd40247b83dcff7dea4fa1ba981.png -------------------------------------------------------------------------------- /packages/stickers/mochi/d670caaa0e7c6104e7eddf53861593e300dd1512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/d670caaa0e7c6104e7eddf53861593e300dd1512.png -------------------------------------------------------------------------------- /packages/stickers/mochi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/mochi/icon.png -------------------------------------------------------------------------------- /packages/stickers/mochi/info.ini: -------------------------------------------------------------------------------- 1 | author = Timothée Jaussoin 2 | license = CreativeCommon BY SA 3 | url = https://edhelas.movim.eu/ 4 | -------------------------------------------------------------------------------- /packages/stickers/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/stickers", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/stickers/racoon/066b6f96ac3b9c847bac3a73ef2bb353e245b398.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/066b6f96ac3b9c847bac3a73ef2bb353e245b398.png -------------------------------------------------------------------------------- /packages/stickers/racoon/131d0c376dc98b545d82a5f70b7df95ad079ffc7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/131d0c376dc98b545d82a5f70b7df95ad079ffc7.png -------------------------------------------------------------------------------- /packages/stickers/racoon/1f1b758ca110b016c962f260d2315fd3f7e81727.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/1f1b758ca110b016c962f260d2315fd3f7e81727.png -------------------------------------------------------------------------------- /packages/stickers/racoon/25360adec7e13fe321fae5fecf307fafdccb1cc7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/25360adec7e13fe321fae5fecf307fafdccb1cc7.png -------------------------------------------------------------------------------- /packages/stickers/racoon/350d3713bf286f13c1ff247cd0322b3760e4f707.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/350d3713bf286f13c1ff247cd0322b3760e4f707.png -------------------------------------------------------------------------------- /packages/stickers/racoon/3cd2c71f542ea65b7394c32211981c4f1b36d4d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/3cd2c71f542ea65b7394c32211981c4f1b36d4d5.png -------------------------------------------------------------------------------- /packages/stickers/racoon/3f287132e542e55492e5a909b2eedf83b3e6c475.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/3f287132e542e55492e5a909b2eedf83b3e6c475.png -------------------------------------------------------------------------------- /packages/stickers/racoon/40ac00d6d3b3ad3c8711d9ad3d4913cda90a1e17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/40ac00d6d3b3ad3c8711d9ad3d4913cda90a1e17.png -------------------------------------------------------------------------------- /packages/stickers/racoon/42abeda5e5586d099c5e259887c0324c88cfe9f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/42abeda5e5586d099c5e259887c0324c88cfe9f0.png -------------------------------------------------------------------------------- /packages/stickers/racoon/5cef0fdb9de8c7b4f4d4a61a836704b8ce8b91b8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/5cef0fdb9de8c7b4f4d4a61a836704b8ce8b91b8.png -------------------------------------------------------------------------------- /packages/stickers/racoon/5d570350f5ff8f7e5f4c45b952895bdc65e490ed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/5d570350f5ff8f7e5f4c45b952895bdc65e490ed.png -------------------------------------------------------------------------------- /packages/stickers/racoon/75bae75930e4d18004c3ae52dfbd126f8ffaf757.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/75bae75930e4d18004c3ae52dfbd126f8ffaf757.png -------------------------------------------------------------------------------- /packages/stickers/racoon/898ece6768016790bdad3f5a81c96d24c5a4dad5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/898ece6768016790bdad3f5a81c96d24c5a4dad5.png -------------------------------------------------------------------------------- /packages/stickers/racoon/c6f5b7e8e40cff8ede87a23d9d52c6cf05fc259d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/c6f5b7e8e40cff8ede87a23d9d52c6cf05fc259d.png -------------------------------------------------------------------------------- /packages/stickers/racoon/de2fabc34217d03ad8efa50afeedb22d3d3e9c40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/de2fabc34217d03ad8efa50afeedb22d3d3e9c40.png -------------------------------------------------------------------------------- /packages/stickers/racoon/f7aa4efde0d916b2f18393cb60dc86f3c4e2e4bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/f7aa4efde0d916b2f18393cb60dc86f3c4e2e4bd.png -------------------------------------------------------------------------------- /packages/stickers/racoon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/racoon/icon.png -------------------------------------------------------------------------------- /packages/stickers/racoon/info.ini: -------------------------------------------------------------------------------- 1 | author = Corine Tea 2 | license = CreativeCommon BY SA 3 | url = https://lechocobo.wordpress.com/ 4 | -------------------------------------------------------------------------------- /packages/stickers/readme.md: -------------------------------------------------------------------------------- 1 | # Stickers plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin uses the custom emojis place holder in Converse to provide stickers. See [emoji_categories documentation](https://conversejs.org/docs/html/configuration.html#emoji-categories) for more details 7 | 8 | ## Install 9 | See https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 10 | 11 | See index.html for example usage 12 | 13 | ## How to use 14 | Click on the smiling cup icon in the emojis dialog to view and select a sticker 15 | -------------------------------------------------------------------------------- /packages/stickers/stickers.css: -------------------------------------------------------------------------------- 1 | #conversejs .message.chat-msg .chat-msg__text img.emoji { 2 | height: 96px; 3 | width: 96px; 4 | } -------------------------------------------------------------------------------- /packages/stickers/stickers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/stickers.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/0e5559b02badb81113b49e73541476bf0ac85c99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/0e5559b02badb81113b49e73541476bf0ac85c99.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/17dc10c2e8aab65b9379ea8052166e23c7c839d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/17dc10c2e8aab65b9379ea8052166e23c7c839d3.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/1ad6126ad0d904ff7948bb07cda2d10f286de904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/1ad6126ad0d904ff7948bb07cda2d10f286de904.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/5634554edf68a6806a7e5cd87aca8554e77ca4e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/5634554edf68a6806a7e5cd87aca8554e77ca4e2.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/a0e791a78ce2275a368db103c7f9c335219902f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/a0e791a78ce2275a368db103c7f9c335219902f4.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/a1fe6c2544314eac8ab3d7660897cd98019a0f9b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/a1fe6c2544314eac8ab3d7660897cd98019a0f9b.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/b29fcbd8cb0c175f59854b227b9a581204e834a7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/b29fcbd8cb0c175f59854b227b9a581204e834a7.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/b9ff7bdb71a2fedad72c7c76bd536d331c7b5975.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/b9ff7bdb71a2fedad72c7c76bd536d331c7b5975.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/c28a2a3dd5190501b33e95568ca569ce7745922c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/c28a2a3dd5190501b33e95568ca569ce7745922c.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/da6862408e387c164f0606769f909d253a3c20e3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/da6862408e387c164f0606769f909d253a3c20e3.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/stickers/zemarmot/icon.png -------------------------------------------------------------------------------- /packages/stickers/zemarmot/info.ini: -------------------------------------------------------------------------------- 1 | author = Aryeom Han 2 | license = CreativeCommon BY SA 3 | url = http://film.zemarmot.net/ 4 | -------------------------------------------------------------------------------- /packages/toolbar-utilities/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/toolbar-utilities", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/toolbar-utilities/readme.md: -------------------------------------------------------------------------------- 1 | # Toolbar utilities plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin adds additional icons to a chatbox toolbar in order to perform the following common actions. 7 | 8 | - scroll to the bottom of the chat 9 | - trash (clear) the chat history stored local storage 10 | - refresh (close/open) the chatbox 11 | 12 | ## Install 13 | See https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin 14 | 15 | See index.html for example usage 16 | 17 | ## How to use 18 | Click on the appropriate icon to perform the associated action. 19 | -------------------------------------------------------------------------------- /packages/toolbar-utilities/toolbar-utilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/toolbar-utilities/toolbar-utilities.png -------------------------------------------------------------------------------- /packages/vmsg/app.js: -------------------------------------------------------------------------------- 1 | import { record } from "./vmsg-lib.js"; 2 | 3 | let recordButton = document.getElementById("recordButton"); 4 | 5 | recordButton.onclick = function() 6 | { 7 | record({wasmURL: "vmsg.wasm"}).then(blob => 8 | { 9 | mp3File = new File([blob], "vmsg-" + Math.random().toString(36).substr(2,9) + ".mp3", {type: "audio/mpeg"}); 10 | console.log("Recorded MP3", mp3File); 11 | 12 | var url = URL.createObjectURL(blob); 13 | var preview = document.createElement('audio'); 14 | preview.controls = true;preview.src = url; 15 | document.body.appendChild(preview); 16 | }); 17 | }; 18 | -------------------------------------------------------------------------------- /packages/vmsg/index.js: -------------------------------------------------------------------------------- 1 | var mp3File = null; 2 | 3 | function getMp3File() 4 | { 5 | return mp3File; 6 | } 7 | 8 | var AudioContext = window.AudioContext || window.webkitAudioContext; 9 | var audioCtx = new AudioContext(); 10 | document.getElementById("formats").innerHTML="Format: 1 channel mp3 @ "+audioCtx.sampleRate/1000+"kHz" 11 | console.log(audioCtx.sampleRate); -------------------------------------------------------------------------------- /packages/vmsg/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/vmsg", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.3-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/vmsg/readme.md: -------------------------------------------------------------------------------- 1 | # Voice Message plugin for converse.js 2 | 3 | 4 | 5 | ## Overview 6 | This plugin creates and uploads an mp3 voice message file for Converse using [this project](https://github.com/addpipe/simple-vmsg-demo). 7 | 8 | ## Install 9 | see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin. Please note that the plugin has a dependency on loading the the wasm binary and other dependency files from a relative path called vmsg. Edit the plugin code if otherwise. 10 | 11 | ## How to use 12 | Click on disk icon on the conversation toolbar to display the modal form 13 | -------------------------------------------------------------------------------- /packages/vmsg/vmsg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/vmsg/vmsg.png -------------------------------------------------------------------------------- /packages/vmsg/vmsg.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/vmsg/vmsg.wasm -------------------------------------------------------------------------------- /packages/voicechat/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@converse-plugins/voicechat", 3 | "author": "Dele Olajide", 4 | "license": "Apache 2.0", 5 | "version": "0.0.1-alpha.0", 6 | "keywords": [ 7 | "converse.js", 8 | "plugin" 9 | ], 10 | "publishConfig": { 11 | "access": "public" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/conversejs/community-plugins.git" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/voicechat/voicechat.css: -------------------------------------------------------------------------------- 1 | .blink_me { 2 | animation: blinker 1s linear infinite; 3 | } 4 | 5 | @keyframes blinker { 6 | 50% { 7 | opacity: 0; 8 | } 9 | } -------------------------------------------------------------------------------- /packages/voicechat/voicechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conversejs/community-plugins/12fdb03e91a0c51d161c7c7182ddd26bc935186b/packages/voicechat/voicechat.png --------------------------------------------------------------------------------