Merge pull request 'Add SASL flag for IRC servers' (#2) from chore/add_sasl_flag into master

Reviewed-on: #2
This commit is contained in:
Râu Cao 2022-02-08 04:03:30 +00:00
commit 48d2cdb144
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ const Kosmos = function(privateClient/*, publicClient*/) {
},
"secure": {
"type": "boolean"
},
"sasl": {
"type": "boolean"
}
}
},