patchThe oSIP library - Patches: patch #10441, Add "WSS" in the list of...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #10441: Add "WSS" in the list of known reliable protocols

Submitter:  Pierre Bodilis <kerlu>
Submitted:  Thu 21 Mar 2024 01:54:21 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open

Thu 21 Mar 2024 02:13:19 PM UTC, comment #2: 

Sorry for the double post, got a problem with uploading the patch.

The point being, the patch does this:

-    if (osip_strcasecmp(proto, "TCP") != 0 && osip_strcasecmp(proto, "TLS") != 0 && osip_strcasecmp(proto, "SCTP") != 0) {
+    if (osip_strcasecmp(proto, "TCP") != 0 && osip_strcasecmp(proto, "TLS") != 0 && osip_strcasecmp(proto, "SCTP") != 0 && osip_strcasecmp(proto, "WSS") != 0) {

Pierre Bodilis <kerlu>
Thu 21 Mar 2024 01:57:48 PM UTC, comment #1: 


original submission:

> multiple time in the code, we have this chick that is done:
>
>
>
>     if (osip_strcasecmp(proto, "TCP") != 0 && osip_strcasecmp(proto, "TLS") != 0 && osip_strcasecmp(proto, "SCTP") != 0) {
>     } else {                                 /* reliable protocol is used: */
>
>
> The provided patch is to add "WSS" (WebSocket secured - running osip2 in WebAssembly) in the list of checks


(file #55875)

Pierre Bodilis <kerlu>
Thu 21 Mar 2024 01:54:21 PM UTC, original submission:  

multiple time in the code, we have this chick that is done:



    if (osip_strcasecmp(proto, "TCP") != 0 && osip_strcasecmp(proto, "TLS") != 0 && osip_strcasecmp(proto, "SCTP") != 0) {
    } else {                                 /* reliable protocol is used: */


The provided patch is to add "WSS" (WebSocket secured - running osip2 in WebAssembly) in the list of checks

Pierre Bodilis <kerlu>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #55875:  20_osip.patch00 added by kerlu (7KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kerlu (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-03-21 kerlu Attached File- Added 20_osip.patch00, #55875

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code