UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

7 lines (6 loc) 381 B
import { Element } from 'ltx'; export declare class StanzaBuilder { static buildRoomMessage(from: string, roomJid: string, content?: Element[]): Element; static buildRoomMessageWithBody(from: string, roomJid: string, body: string, content?: Element[]): Element; static buildRoomMessageWithThread(from: string, roomJid: string, body: string, thread: string): Element; }