[Asterisk-code-review] res http websocket: Make core supported. (asterisk[13])
Joshua Colp
asteriskteam at digium.com
Tue Apr 5 10:22:06 CDT 2016
Joshua Colp has uploaded a new change for review.
https://gerrit.asterisk.org/2531
Change subject: res_http_websocket: Make core supported.
......................................................................
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
---
M res/res_http_websocket.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/31/2531/1
diff --git a/res/res_http_websocket.c b/res/res_http_websocket.c
index e16c23c..5e0591b 100644
--- a/res/res_http_websocket.c
+++ b/res/res_http_websocket.c
@@ -24,7 +24,7 @@
*/
/*** MODULEINFO
- <support_level>extended</support_level>
+ <support_level>core</support_level>
***/
#include "asterisk.h"
--
To view, visit https://gerrit.asterisk.org/2531
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f9283c6a167152761b92984779bb39e3db51a9c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
More information about the asterisk-code-review
mailing list