2018-10-23 15:40:06 +02:00
|
|
|
/* START: Removable components
|
|
|
|
* --------------------
|
|
|
|
* Any of the following components may be removed if they're not needed.
|
2017-12-22 22:23:08 +01:00
|
|
|
*/
|
2019-05-21 11:12:34 +02:00
|
|
|
import "./converse-bookmarks"; // XEP-0199 XMPP Ping
|
2019-08-16 15:44:58 +02:00
|
|
|
import "./converse-bosh"; // XEP-0206 BOSH
|
2019-05-29 17:40:16 +02:00
|
|
|
import "./converse-caps"; // XEP-0115 Entity Capabilities
|
2018-10-23 15:40:06 +02:00
|
|
|
import "./converse-chatboxes"; // Backbone Collection and Models for chat boxes
|
2019-05-29 17:40:16 +02:00
|
|
|
import "./converse-disco"; // XEP-0030 Service discovery
|
2018-10-23 15:40:06 +02:00
|
|
|
import "./converse-mam"; // XEP-0313 Message Archive Management
|
|
|
|
import "./converse-muc"; // XEP-0045 Multi-user chat
|
|
|
|
import "./converse-ping"; // XEP-0199 XMPP Ping
|
2019-08-16 15:44:58 +02:00
|
|
|
import "./converse-pubsub"; // XEP-0060 Pubsub
|
2018-10-23 15:40:06 +02:00
|
|
|
import "./converse-roster"; // Contacts Roster
|
2019-05-29 17:40:16 +02:00
|
|
|
import "./converse-rsm"; // XEP-0059 Result Set management
|
2018-05-29 12:00:23 +02:00
|
|
|
import "./converse-smacks"; // XEP-0198 Stream Management
|
2018-10-23 15:40:06 +02:00
|
|
|
import "./converse-vcard"; // XEP-0054 VCard-temp
|
|
|
|
/* END: Removable components */
|
|
|
|
|
|
|
|
import converse from "./converse-core";
|
|
|
|
|
|
|
|
export default converse;
|