From 784fb43f430e415ea578f11c583804018d2d9b5b 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 265457854..d63caec3e 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