]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_http_websocket: Make core supported. 31/2531/1
authorJoshua Colp <jcolp@digium.com>
Tue, 5 Apr 2016 15:21:32 +0000 (12:21 -0300)
committerJoshua Colp <jcolp@digium.com>
Tue, 5 Apr 2016 15:21:32 +0000 (12:21 -0300)
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

index e16c23c0cffc9df8124a83181220435cafcbc5d8..5e0591b13a222ca6866af308821bfe028004967a 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 /*** MODULEINFO
-       <support_level>extended</support_level>
+       <support_level>core</support_level>
  ***/
 
 #include "asterisk.h"