update back to v6 (again) and start work patching the lib

This commit is contained in:
Amish Shah
2016-08-13 16:41:06 +01:00
parent 75e3ee86fb
commit 7ada70f856
2 changed files with 11 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ exports.DefaultOptions = {
$referring_domain: '',
},
},
protocol_version: 5,
protocol_version: 6,
max_message_cache: 200,
rest_ws_bridge_timeout: 5000,
};
@@ -22,6 +22,13 @@ exports.Status = {
IDLE: 3,
};
exports.ChannelTypes = {
text: 0,
DM: 1,
voice: 2,
groupDM: 3,
};
exports.Package = require('../../package.json');
exports.Errors = {