LandRover/YowJS

View on GitHub
src/consts/responses.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Yowsap CLI responses, mapped to actions internally. This object is used a static dictionary.
 */
module.exports = {
    CONNECTED: '[connected]:',
    OFFLINE: '[offline]:',
    OFFLINE_EXTENDED: 'Yowsup Cli client\n==================\nType /help for available commands\n\n[offline]:',
    AUTH_OK: 'Auth: Logged in!',
    AUTH_ERROR: 'Auth Error, reason not-authorized'
};