summaryrefslogtreecommitdiff
path: root/res/res_http_websocket.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-04-05 12:21:32 -0300
committerJoshua Colp <jcolp@digium.com>2016-04-05 12:21:32 -0300
commitcb56ef806904fdb9395f4af1279986a09c619644 (patch)
treed38d08f63ff8c51fc2df037db710f64545efa997 /res/res_http_websocket.c
parentbb7214180c688fdab7e2183e1a46f5a896e6eb5b (diff)
res_http_websocket: Make core supported.
Websockets are a core part of ARI support and as such this module should also be core supported. Change-Id: I8f9283c6a167152761b92984779bb39e3db51a9c
Diffstat (limited to 'res/res_http_websocket.c')
-rw-r--r--res/res_http_websocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_http_websocket.c b/res/res_http_websocket.c
index e16c23c0c..5e0591b13 100644
--- a/res/res_http_websocket.c
+++ b/res/res_http_websocket.c
@@ -24,7 +24,7 @@
*/
/*** MODULEINFO
- <support_level>extended</support_level>
+ <support_level>core</support_level>
***/
#include "asterisk.h"