From cb56ef806904fdb9395f4af1279986a09c619644 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 5 Apr 2016 12:21:32 -0300 Subject: 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 --- res/res_http_websocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - extended + core ***/ #include "asterisk.h" -- cgit v1.2.3