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

9 lines (8 loc) 179 B
import { JID } from '@xmpp/jid'; export interface Invitation { type: 'invite' | 'decline'; roomJid: JID; roomPassword?: string; from: JID; message?: string; }