XMPP JavaScript Library using WebSocket - Documenatation

Download JavaScript XMPP Library

XMPP - How to send typing status (gone)?

Description

Following code shows how to send Gone typing status

Syntax
xmppClient.ChatState.gone(toJid, thread[Optional])
Example
xmppClient.ChatState.gone("someuser@somedomain.com", 123)