converse.js
Version:
Browser based XMPP chat client
24 lines • 1.38 kB
TypeScript
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;
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';
export { BaseMessage, ModelWithMessages, api, converse, _converse, i18n, log, u, parsers, errors };
export { Bookmark, Bookmarks } from "./plugins/bookmarks/index.js";
export { ChatBox, Message, Messages } from "./plugins/chat/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