From: Joshua Colp Date: Tue, 5 Apr 2016 15:21:32 +0000 (-0300) Subject: res_http_websocket: Make core supported. X-Git-Tag: 14.0.0-beta1~285^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784fb43f430e415ea578f11c583804018d2d9b5b;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/res_http_websocket.c b/res/res_http_websocket.c index 2654578549..d63caec3e7 100644 --- a/res/res_http_websocket.c +++ b/res/res_http_websocket.c @@ -24,7 +24,7 @@ */ /*** MODULEINFO - extended + core ***/ #include "asterisk.h"