Event: "messages:offline:stop"

In the following cases a very small amount of offline messages may be received:

  • After a successful sign in
  • After coming back online from being away

This begins with the event messages:offline:start and ends with the event messages:offline:stop.

Examples

client.on('messages:offline:stop', function (event) {
console.log('finished receiving offline messages');
});