-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* backport kazoo im * more updates * kazoo_numbers / kazoo_number_manager * code checks * more 4.3 compat things * more updates * make fmt * more fmt * make dialyzer happy. james did it.
- Loading branch information
1 parent
37c3e4b
commit 9a1fd9d
Showing
80 changed files
with
4,831 additions
and
4,399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
applications/crossbar/priv/couchdb/schemas/system_config.kazoo_im.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"_id": "system_config.kazoo_im", | ||
"description": "Schema for kazoo_im system_config", | ||
"properties": { | ||
"connector": { | ||
"properties": { | ||
"connections": { | ||
"description": "kazoo_im connector connections", | ||
"type": "object" | ||
} | ||
} | ||
}, | ||
"onnet_listeners": { | ||
"default": 1, | ||
"description": "kazoo_im onnet_listeners", | ||
"type": "integer" | ||
} | ||
}, | ||
"type": "object" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.