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 10:22:20 -0500
commit784fb43f430e415ea578f11c583804018d2d9b5b (patch)
tree0447c9f43bc5544ad13e16d10c9c075a3f29cf04 /res/res_http_websocket.c
parent051da5c3af90c8557577ae98cf0e32feefb3c927 (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 265457854..d63caec3e 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"