فهرست منبع

kamailio-kemi-framework: document KSR.is_WSX()

Daniel-Constantin Mierla 4 سال پیش
والد
کامیت
779dd10d97
1فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 11 0
      kamailio-kemi-framework/docs/core.md

+ 11 - 0
kamailio-kemi-framework/docs/core.md

@@ -503,6 +503,17 @@ if KSR.is_WSS() then
 end
 end
 ```
 ```
 
 
+### KSR.is_WSX() ###
+
+`bool is_WSX()`
+
+Return true if the incoming protocol is WS or WSS.
+
+```Lua
+if KSR.is_WSX() then
+  ...
+end
+```
 
 
 ### KSR.is_proto(...) ###
 ### KSR.is_proto(...) ###