Update copyright
This commit is contained in:
parent
ad93407907
commit
11e219dd41
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-autocomplete
|
||||
* @copyright Lea Verou and the Converse.js developers
|
||||
* @copyright Lea Verou and the Converse.js contributors
|
||||
* @description
|
||||
* Converse.js plugin which started as a fork of Lea Verou's Awesomplete
|
||||
* https://leaverou.github.io/awesomplete/
|
||||
|
@ -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
|
||||
* @description
|
||||
* Converse.js plugin which adds views for XEP-0048 bookmarks
|
||||
* @description 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 { Model } from 'skeletor.js/src/model.js';
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "@converse/headless/converse-chatboxes";
|
||||
import { HTMLView } from 'skeletor.js/src/htmlview.js';
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "converse-chatboxviews";
|
||||
import "converse-message-view";
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "converse-chatview";
|
||||
import "formdata-polyfill";
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "converse-chatview";
|
||||
import "converse-controlbox";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-emoji-views
|
||||
* @copyright 2013-2019, the Converse.js developers
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
*/
|
||||
import "@converse/headless/converse-muc";
|
||||
import "converse-chatview";
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "converse-chatview";
|
||||
import converse from "@converse/headless/converse-core";
|
||||
|
@ -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
|
||||
* @description
|
||||
* 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 { debounce } from 'lodash'
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "./utils/html";
|
||||
import "@converse/headless/converse-emoji";
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "converse-chatview";
|
||||
import { Model } from 'skeletor.js/src/model.js';
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-modal
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import { HTMLView } from 'skeletor.js/src/htmlview.js';
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-muc-views
|
||||
* @copyright 2013-2019, the Converse.js developers
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @description XEP-0045 Multi-User Chat Views
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import converse from "@converse/headless/converse-core";
|
||||
import { get } from "lodash";
|
||||
|
@ -1,9 +1,8 @@
|
||||
// Converse.js
|
||||
// https://conversejs.org
|
||||
//
|
||||
// Copyright (c) 2013-2019, the Converse.js developers
|
||||
// Licensed under the Mozilla Public License (MPLv2)
|
||||
|
||||
/**
|
||||
* @module converse-oauth
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import { Collection } from "skeletor.js/src/collection";
|
||||
import { Model } from 'skeletor.js/src/model.js';
|
||||
import converse from "@converse/headless/converse-core";
|
||||
|
@ -1,9 +1,10 @@
|
||||
/* global libsignal, ArrayBuffer */
|
||||
/**
|
||||
* @module converse-omemo
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
/* global libsignal, ArrayBuffer */
|
||||
|
||||
import "converse-profile";
|
||||
import { Collection } from "skeletor.js/src/collection";
|
||||
import { Model } from 'skeletor.js/src/model.js';
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-profile
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "@converse/headless/converse-status";
|
||||
|
@ -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
|
||||
* @description
|
||||
* Converse.js plugin which add support for registering
|
||||
* 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 log from "@converse/headless/log";
|
||||
|
@ -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
|
||||
* @description
|
||||
* This is a Converse.js plugin which add support for in-band registration
|
||||
* as specified in XEP-0077.
|
||||
* * @copyright 2020, the Converse.js contributors
|
||||
* * @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "converse-controlbox";
|
||||
import { View } from "skeletor.js/src/view";
|
||||
|
@ -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
|
||||
* @description
|
||||
* Converse.js plugin which shows a list of currently open
|
||||
* 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 { Model } from 'skeletor.js/src/model.js';
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-rosterview
|
||||
* @copyright 2013-2019, the Converse.js developers
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "@converse/headless/converse-chatboxes";
|
||||
|
@ -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
|
||||
* @description
|
||||
@ -12,6 +7,8 @@
|
||||
*
|
||||
* This plugin makes sense in mobile, embedded or fullscreen chat environments
|
||||
* (as configured by the `view_mode` setting).
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "converse-chatview";
|
||||
import converse from "@converse/headless/converse-core";
|
||||
|
@ -1,9 +1,8 @@
|
||||
// Converse.js (A browser based XMPP chat client)
|
||||
// https://conversejs.org
|
||||
//
|
||||
// Copyright (c) 2019, The Converse developers
|
||||
// Licensed under the Mozilla Public License (MPLv2)
|
||||
//
|
||||
/**
|
||||
* @description Converse.js (A browser based XMPP chat client)
|
||||
* @copyright 2020, The Converse developers
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
|
||||
/* START: Removable components
|
||||
* --------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Converse.js
|
||||
// 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)
|
||||
//
|
||||
// Webpack entry 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
|
||||
* @description
|
||||
* 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 from "@converse/headless/converse-core";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-bosh
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description Converse.js plugin which add support for XEP-0206: XMPP Over BOSH
|
||||
*/
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import SHA1 from 'strophe.js/src/sha1';
|
||||
import converse from "@converse/headless/converse-core";
|
||||
|
@ -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 { Collection } from "skeletor.js/src/collection";
|
||||
import { Model } from 'skeletor.js/src/model.js';
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "./converse-emoji";
|
||||
import { Collection } from "skeletor.js/src/collection";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-core
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import { __, i18n } from './i18n';
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-disco
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description Converse plugin which add support for XEP-0030: Service Discovery
|
||||
*/
|
||||
|
@ -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
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import { Model } from 'skeletor.js/src/model.js';
|
||||
import * as twemoji from "twemoji";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-headlines
|
||||
* @copyright 2013-2019, the Converse.js developers
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @description XEP-0045 Multi-User Chat Views
|
||||
*/
|
||||
import "converse-chatview";
|
||||
|
@ -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
|
||||
* @description
|
||||
* XEP-0313 Message Archive Management
|
||||
* @description XEP-0313 Message Archive Management
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "./converse-disco";
|
||||
import "./converse-rsm";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-muc
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description Implements the non-view logic for XEP-0045 Multi-User Chat
|
||||
*/
|
||||
|
@ -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
|
||||
* @description
|
||||
* Converse.js plugin which add support for application-level pings
|
||||
* as specified in XEP-0199 XMPP Ping.
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import converse from "./converse-core";
|
||||
import log from "./log";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-pubsub
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "./converse-disco";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-roster
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "@converse/headless/converse-status";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-rsm
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description XEP-0059 Result Set Management
|
||||
* Some code taken from the Strophe RSM plugin, licensed under the MIT License
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-smacks
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description Converse.js plugin which adds support for XEP-0198: Stream Management
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-status
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import { get, isNaN, isObject, isString } from "lodash";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @module converse-vcard
|
||||
* @copyright The Converse.js developers
|
||||
* @copyright The Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import "./converse-status";
|
||||
|
@ -1,11 +1,9 @@
|
||||
// Converse.js (A browser based XMPP chat client)
|
||||
// https://conversejs.org
|
||||
//
|
||||
// This is the internationalization module.
|
||||
//
|
||||
// Copyright (c) 2013-2017, Jan-Carel Brand <jc@opkode.com>
|
||||
// Licensed under the Mozilla Public License (MPLv2)
|
||||
//
|
||||
/**
|
||||
* @module i18n
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description This is the internationalization module
|
||||
*/
|
||||
import Jed from "jed";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
// Converse.js (A browser based XMPP chat client)
|
||||
// https://conversejs.org
|
||||
//
|
||||
// This is the utilities module.
|
||||
//
|
||||
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
|
||||
// Licensed under the Mozilla Public License (MPLv2)
|
||||
//
|
||||
/**
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description This is the core utilities module.
|
||||
*/
|
||||
import * as strophe from 'strophe.js/src/core';
|
||||
import { Model } from 'skeletor.js/src/model.js';
|
||||
import _ from "../lodash.noconflict";
|
||||
|
@ -1,10 +1,8 @@
|
||||
// Converse.js (A browser based XMPP chat client)
|
||||
// https://conversejs.org
|
||||
//
|
||||
// This is the utilities module.
|
||||
//
|
||||
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
|
||||
// Licensed under the Mozilla Public License (MPLv2)
|
||||
/**
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description This is the form utilities module.
|
||||
*/
|
||||
|
||||
import _ from "../lodash.noconflict";
|
||||
import tpl_field from "../templates/field.html";
|
||||
|
@ -1,11 +1,8 @@
|
||||
// Converse.js (A browser based XMPP chat client)
|
||||
// https://conversejs.org
|
||||
//
|
||||
// This is the utilities module.
|
||||
//
|
||||
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
|
||||
// Licensed under the Mozilla Public License (MPLv2)
|
||||
//
|
||||
/**
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description This is the MUC utilities module.
|
||||
*/
|
||||
import { difference, indexOf } from "lodash";
|
||||
import converse from "@converse/headless/converse-core";
|
||||
import u from "./core";
|
||||
|
@ -1,11 +1,8 @@
|
||||
// Converse.js (A browser based XMPP chat client)
|
||||
// https://conversejs.org
|
||||
//
|
||||
// This is a form utilities module.
|
||||
//
|
||||
// Copyright (c) 2013-2019, Jan-Carel Brand <jc@opkode.com>
|
||||
// Licensed under the Mozilla Public License (MPLv2)
|
||||
|
||||
/**
|
||||
* @copyright 2020, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
* @description This is the DOM/HTML utilities module.
|
||||
*/
|
||||
import URI from "urijs";
|
||||
import _ from "../headless/lodash.noconflict";
|
||||
import log from '@converse/headless/log';
|
||||
|
Loading…
Reference in New Issue
Block a user