]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_http_websocket: Make core supported. 32/2532/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:22:20 +0000 (10:22 -0500)
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 2654578549c3400f13eefa87d3f891302b36e855..d63caec3e716b9353e675fd17390828996e64181 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 /*** MODULEINFO
-       <support_level>extended</support_level>
+       <support_level>core</support_level>
  ***/
 
 #include "asterisk.h"