Update copyright

This commit is contained in:
JC Brand 2020-01-26 16:21:20 +01:00
parent ad93407907
commit 11e219dd41
48 changed files with 106 additions and 191 deletions

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-autocomplete * @module converse-autocomplete
* @copyright Lea Verou and the Converse.js developers * @copyright Lea Verou and the Converse.js contributors
* @description * @description
* Converse.js plugin which started as a fork of Lea Verou's Awesomplete * Converse.js plugin which started as a fork of Lea Verou's Awesomplete
* https://leaverou.github.io/awesomplete/ * https://leaverou.github.io/awesomplete/

View File

@ -1,13 +1,8 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-bookmark-views * @module converse-bookmark-views
* @description * @description Converse.js plugin which adds views for XEP-0048 bookmarks
* Converse.js plugin which adds views for XEP-0048 bookmarks * @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "@converse/headless/converse-muc"; import "@converse/headless/converse-muc";
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';

View File

@ -1,11 +1,7 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2012-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-chatboxviews * @module converse-chatboxviews
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "@converse/headless/converse-chatboxes"; import "@converse/headless/converse-chatboxes";
import { HTMLView } from 'skeletor.js/src/htmlview.js'; import { HTMLView } from 'skeletor.js/src/htmlview.js';

View File

@ -1,11 +1,7 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-chatview * @module converse-chatview
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "converse-chatboxviews"; import "converse-chatboxviews";
import "converse-message-view"; import "converse-message-view";

View File

@ -1,11 +1,7 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-controlbox * @module converse-controlbox
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "converse-chatview"; import "converse-chatview";
import "formdata-polyfill"; import "formdata-polyfill";

View File

@ -1,11 +1,7 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2012-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-dragresize * @module converse-dragresize
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "converse-chatview"; import "converse-chatview";
import "converse-controlbox"; import "converse-controlbox";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-emoji-views * @module converse-emoji-views
* @copyright 2013-2019, the Converse.js developers * @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */

View File

@ -1,11 +1,7 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) JC Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-fullscreen * @module converse-fullscreen
* @license Mozilla Public License (MPLv2)
* @copyright 2020, the Converse.js contributors
*/ */
import "@converse/headless/converse-muc"; import "@converse/headless/converse-muc";
import "converse-chatview"; import "converse-chatview";

View File

@ -1,10 +1,7 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-headlines-view * @module converse-headlines-view
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "converse-chatview"; import "converse-chatview";
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";

View File

@ -1,13 +1,9 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2012-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-mam-views * @module converse-mam-views
* @description * @description
* Views for XEP-0313 Message Archive Management * Views for XEP-0313 Message Archive Management
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";
import { debounce } from 'lodash' import { debounce } from 'lodash'

View File

@ -1,10 +1,7 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-message-view * @module converse-message-view
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "./utils/html"; import "./utils/html";
import "@converse/headless/converse-emoji"; import "@converse/headless/converse-emoji";

View File

@ -1,10 +1,7 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-minimize * @module converse-minimize
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "converse-chatview"; import "converse-chatview";
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-modal * @module converse-modal
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import { HTMLView } from 'skeletor.js/src/htmlview.js'; import { HTMLView } from 'skeletor.js/src/htmlview.js';

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-muc-views * @module converse-muc-views
* @copyright 2013-2019, the Converse.js developers * @copyright 2020, the Converse.js contributors
* @description XEP-0045 Multi-User Chat Views * @description XEP-0045 Multi-User Chat Views
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */

View File

@ -1,11 +1,7 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2013-2019, JC Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-notification * @module converse-notification
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";
import { get } from "lodash"; import { get } from "lodash";

View File

@ -1,9 +1,8 @@
// Converse.js /**
// https://conversejs.org * @module converse-oauth
// * @copyright 2020, the Converse.js contributors
// Copyright (c) 2013-2019, the Converse.js developers * @license Mozilla Public License (MPLv2)
// Licensed under the Mozilla Public License (MPLv2) */
import { Collection } from "skeletor.js/src/collection"; import { Collection } from "skeletor.js/src/collection";
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";

View File

@ -1,9 +1,10 @@
/* global libsignal, ArrayBuffer */
/** /**
* @module converse-omemo * @module converse-omemo
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
/* global libsignal, ArrayBuffer */
import "converse-profile"; import "converse-profile";
import { Collection } from "skeletor.js/src/collection"; import { Collection } from "skeletor.js/src/collection";
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-profile * @module converse-profile
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import "@converse/headless/converse-status"; import "@converse/headless/converse-status";

View File

@ -1,13 +1,10 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-push * @module converse-push
* @description * @description
* Converse.js plugin which add support for registering * Converse.js plugin which add support for registering
* an "App Server" as defined in XEP-0357 * an "App Server" as defined in XEP-0357
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";
import log from "@converse/headless/log"; import log from "@converse/headless/log";

View File

@ -1,14 +1,10 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2012-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-register * @module converse-register
* @description * @description
* This is a Converse.js plugin which add support for in-band registration * This is a Converse.js plugin which add support for in-band registration
* as specified in XEP-0077. * as specified in XEP-0077.
* * @copyright 2020, the Converse.js contributors
* * @license Mozilla Public License (MPLv2)
*/ */
import "converse-controlbox"; import "converse-controlbox";
import { View } from "skeletor.js/src/view"; import { View } from "skeletor.js/src/view";

View File

@ -1,13 +1,10 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-roomslist * @module converse-roomslist
* @description * @description
* Converse.js plugin which shows a list of currently open * Converse.js plugin which shows a list of currently open
* rooms in the "Rooms Panel" of the ControlBox. * rooms in the "Rooms Panel" of the ControlBox.
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "@converse/headless/converse-muc"; import "@converse/headless/converse-muc";
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-rosterview * @module converse-rosterview
* @copyright 2013-2019, the Converse.js developers * @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import "@converse/headless/converse-chatboxes"; import "@converse/headless/converse-chatboxes";

View File

@ -1,8 +1,3 @@
// Converse.js
// http://conversejs.org
//
// Copyright (c) 2013-2018, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-uniview * @module converse-uniview
* @description * @description
@ -12,6 +7,8 @@
* *
* This plugin makes sense in mobile, embedded or fullscreen chat environments * This plugin makes sense in mobile, embedded or fullscreen chat environments
* (as configured by the `view_mode` setting). * (as configured by the `view_mode` setting).
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "converse-chatview"; import "converse-chatview";
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";

View File

@ -1,9 +1,8 @@
// Converse.js (A browser based XMPP chat client) /**
// https://conversejs.org * @description Converse.js (A browser based XMPP chat client)
// * @copyright 2020, The Converse developers
// Copyright (c) 2019, The Converse developers * @license Mozilla Public License (MPLv2)
// Licensed under the Mozilla Public License (MPLv2) */
//
/* START: Removable components /* START: Removable components
* -------------------- * --------------------

View File

@ -1,7 +1,7 @@
// Converse.js // Converse.js
// https://conversejs.org // https://conversejs.org
// //
// Copyright (c) 2013-2019, the Converse.js developers // Copyright (c) 2020, the Converse.js contributors
// Licensed under the Mozilla Public License (MPLv2) // Licensed under the Mozilla Public License (MPLv2)
// //
// Webpack entry file // Webpack entry file

View File

@ -1,13 +1,9 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) 2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-bookmarks * @module converse-bookmarks
* @description * @description
* Converse.js plugin which adds views for bookmarks specified in XEP-0048. * Converse.js plugin which adds views for bookmarks specified in XEP-0048.
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "@converse/headless/converse-muc"; import "@converse/headless/converse-muc";
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-bosh * @module converse-bosh
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
* @description Converse.js plugin which add support for XEP-0206: XMPP Over BOSH * @description Converse.js plugin which add support for XEP-0206: XMPP Over BOSH
*/ */

View File

@ -1,10 +1,7 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-caps * @module converse-caps
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import SHA1 from 'strophe.js/src/sha1'; import SHA1 from 'strophe.js/src/sha1';
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";

View File

@ -1,3 +1,8 @@
/**
* @module converse-chat
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/
import { get, isObject, isString, pick } from "lodash"; import { get, isObject, isString, pick } from "lodash";
import { Collection } from "skeletor.js/src/collection"; import { Collection } from "skeletor.js/src/collection";
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';

View File

@ -1,10 +1,7 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2012-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-chatboxes * @module converse-chatboxes
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "./converse-emoji"; import "./converse-emoji";
import { Collection } from "skeletor.js/src/collection"; import { Collection } from "skeletor.js/src/collection";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-core * @module converse-core
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import { __, i18n } from './i18n'; import { __, i18n } from './i18n';

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-disco * @module converse-disco
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
* @description Converse plugin which add support for XEP-0030: Service Discovery * @description Converse plugin which add support for XEP-0030: Service Discovery
*/ */

View File

@ -1,10 +1,7 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2012-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-emoji * @module converse-emoji
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';
import * as twemoji from "twemoji"; import * as twemoji from "twemoji";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-headlines * @module converse-headlines
* @copyright 2013-2019, the Converse.js developers * @copyright 2020, the Converse.js contributors
* @description XEP-0045 Multi-User Chat Views * @description XEP-0045 Multi-User Chat Views
*/ */
import "converse-chatview"; import "converse-chatview";

View File

@ -1,13 +1,8 @@
// Converse.js (A browser based XMPP chat client)
// https://conversejs.org
//
// Copyright (c) Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/** /**
* @module converse-mam * @module converse-mam
* @description * @description XEP-0313 Message Archive Management
* XEP-0313 Message Archive Management * @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import "./converse-disco"; import "./converse-disco";
import "./converse-rsm"; import "./converse-rsm";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-muc * @module converse-muc
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
* @description Implements the non-view logic for XEP-0045 Multi-User Chat * @description Implements the non-view logic for XEP-0045 Multi-User Chat
*/ */

View File

@ -1,13 +1,10 @@
// Converse.js
// https://conversejs.org
//
// Copyright (c) 2013-2019, the Converse.js developers
// Licensed under the Mozilla Public License (MPLv2)
/** /**
* @module converse-ping * @module converse-ping
* @description * @description
* Converse.js plugin which add support for application-level pings * Converse.js plugin which add support for application-level pings
* as specified in XEP-0199 XMPP Ping. * as specified in XEP-0199 XMPP Ping.
* @copyright 2020, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/ */
import converse from "./converse-core"; import converse from "./converse-core";
import log from "./log"; import log from "./log";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-pubsub * @module converse-pubsub
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import "./converse-disco"; import "./converse-disco";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-roster * @module converse-roster
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import "@converse/headless/converse-status"; import "@converse/headless/converse-status";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-rsm * @module converse-rsm
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
* @description XEP-0059 Result Set Management * @description XEP-0059 Result Set Management
* Some code taken from the Strophe RSM plugin, licensed under the MIT License * Some code taken from the Strophe RSM plugin, licensed under the MIT License

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-smacks * @module converse-smacks
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
* @description Converse.js plugin which adds support for XEP-0198: Stream Management * @description Converse.js plugin which adds support for XEP-0198: Stream Management
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-status * @module converse-status
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import { get, isNaN, isObject, isString } from "lodash"; import { get, isNaN, isObject, isString } from "lodash";

View File

@ -1,6 +1,6 @@
/** /**
* @module converse-vcard * @module converse-vcard
* @copyright The Converse.js developers * @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2) * @license Mozilla Public License (MPLv2)
*/ */
import "./converse-status"; import "./converse-status";

View File

@ -1,11 +1,9 @@
// Converse.js (A browser based XMPP chat client) /**
// https://conversejs.org * @module i18n
// * @copyright 2020, the Converse.js contributors
// This is the internationalization module. * @license Mozilla Public License (MPLv2)
// * @description This is the internationalization module
// Copyright (c) 2013-2017, Jan-Carel Brand <jc@opkode.com> */
// Licensed under the Mozilla Public License (MPLv2)
//
import Jed from "jed"; import Jed from "jed";
import dayjs from "dayjs"; import dayjs from "dayjs";

View File

@ -1,11 +1,8 @@
// Converse.js (A browser based XMPP chat client) /**
// https://conversejs.org * @copyright 2020, the Converse.js contributors
// * @license Mozilla Public License (MPLv2)
// This is the utilities module. * @description This is the core utilities module.
// */
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
import * as strophe from 'strophe.js/src/core'; import * as strophe from 'strophe.js/src/core';
import { Model } from 'skeletor.js/src/model.js'; import { Model } from 'skeletor.js/src/model.js';
import _ from "../lodash.noconflict"; import _ from "../lodash.noconflict";

View File

@ -1,10 +1,8 @@
// Converse.js (A browser based XMPP chat client) /**
// https://conversejs.org * @copyright 2020, the Converse.js contributors
// * @license Mozilla Public License (MPLv2)
// This is the utilities module. * @description This is the form utilities module.
// */
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
import _ from "../lodash.noconflict"; import _ from "../lodash.noconflict";
import tpl_field from "../templates/field.html"; import tpl_field from "../templates/field.html";

View File

@ -1,11 +1,8 @@
// Converse.js (A browser based XMPP chat client) /**
// https://conversejs.org * @copyright 2020, the Converse.js contributors
// * @license Mozilla Public License (MPLv2)
// This is the utilities module. * @description This is the MUC utilities module.
// */
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
import { difference, indexOf } from "lodash"; import { difference, indexOf } from "lodash";
import converse from "@converse/headless/converse-core"; import converse from "@converse/headless/converse-core";
import u from "./core"; import u from "./core";

View File

@ -1,11 +1,8 @@
// Converse.js (A browser based XMPP chat client) /**
// https://conversejs.org * @copyright 2020, the Converse.js contributors
// * @license Mozilla Public License (MPLv2)
// This is a form utilities module. * @description This is the DOM/HTML utilities module.
// */
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
import URI from "urijs"; import URI from "urijs";
import _ from "../headless/lodash.noconflict"; import _ from "../headless/lodash.noconflict";
import log from '@converse/headless/log'; import log from '@converse/headless/log';