UNPKG

@converse/headless

Version:

Converse.js Headless build

28 lines 1.68 kB
export { EmojiPicker } from "./plugins/emoji/index.js"; export { MAMPlaceholderMessage } from "./plugins/mam/index.js"; export { Profile } from "./plugins/status/index.js"; export default converse; import BaseMessage from './shared/message.js'; import ModelWithMessages from './shared/model-with-messages.js'; import { api } from './shared/index.js'; import converse from './shared/api/public.js'; import { _converse } from './shared/index.js'; import { i18n } from './shared/index.js'; import log from '@converse/log'; import u from './utils/index.js'; export const constants: typeof shared_constants & typeof muc_constants & typeof omemo_constants; import { parsers } from './shared/index.js'; import * as errors from './shared/errors.js'; import { constants as shared_constants } from './shared/index.js'; import * as muc_constants from './plugins/muc/constants.js'; import * as omemo_constants from './plugins/omemo/constants.js'; export { BaseMessage, ModelWithMessages, api, converse, _converse, i18n, log, u, parsers, errors }; export { Collection, EventEmitter, Model } from "@converse/skeletor"; export { Builder, Stanza } from "strophe.js"; export { Bookmark, Bookmarks } from "./plugins/bookmarks/index.js"; export { ChatBox, Message, Messages } from "./plugins/chat/index.js"; export { Device, Devices, DeviceList, DeviceLists } from "./plugins/omemo/index.js"; export { MUCMessage, MUCMessages, MUC, MUCOccupant, MUCOccupants } from "./plugins/muc/index.js"; export { RosterContact, RosterContacts, RosterFilter, Presence, Presences } from "./plugins/roster/index.js"; export { VCard, VCards } from "./plugins/vcard/index.js"; //# sourceMappingURL=index.d.ts.map