Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream management acknwledgement not working with socket #6

Open
SaqibJamil7866 opened this issue Jul 6, 2022 · 0 comments
Open

Stream management acknwledgement not working with socket #6

SaqibJamil7866 opened this issue Jul 6, 2022 · 0 comments

Comments

@SaqibJamil7866
Copy link

SaqibJamil7866 commented Jul 6, 2022

Stream management acknwledgement not working with socket other chat is working fine with socket. Its was working fine with bosh. I just change the connection from bosh to socket.
Here is the line of code change
Socket connection(chat is working fine but Stream management acknwledgement is not working)
$scope.xmppChatObj.connection = new Strophe.Connection("wss://testchatnet-web.ethizo.com:5445/ws/");

Bosh connection (Working fine)
$scope.xmppChatObj.connection = new Strophe.Connection($scope.xmppChatObj.boshServer,{ 'keepalive': true });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant