ChatImpl constructor

ChatImpl(
  1. Jid _jid,
  2. Connection _connection
)

Implementation

ChatImpl(this._jid, this._connection);