<div dir="ltr">Hi. I have presence server and it works fine for UDP/TCP/TLS endpoints.<br>For now i have new one type of endpoints that runs via WebSockets<br><br>It sends SUBSCRIBE request to the and then after handle_subscribe() NOTIFY not comes to the subscriber because of <br>[core/forward.c:231]: get_send_socket2(): protocol/port mismatch <br><br>I already had some issues regarding this for ACK for example but i resolved it cimply doing<br><br>$ru = $ru+";transport=wss"<br><br>but NOTIFY sending is internal process and can't be controlled by config file. So i can not change $ru for NOTIFY directly. <br><br>Any ideas how to fix this?</div>