Skip to content

Commit

Permalink
nathelper: support wss in received
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jan 5, 2016
1 parent 5a38f69 commit b3db77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nathelper/nathelper.c
Expand Up @@ -1482,6 +1482,7 @@ create_rcv_uri(str* uri, struct sip_msg* m)
break;

case PROTO_WS:
case PROTO_WSS:
proto.s = "WS";
proto.len = 2;
break;
Expand Down

0 comments on commit b3db77b

Please sign in to comment.