XMPPFramework
XMPPFramework copied to clipboard
BOSH Support
Any plan to support BOSH in any near future?
Thanks for this great framework.
Yes, would be so super grateful if this could be implemented. There's nothing out there for iOS that can fill this need.
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
Instead of adding +1, please do something constructive like begin working on a pull request.
What is the point to implement this outdated technology which superseded by WebSockets at first, and valuable only for JavaScript applications because they didn't have access to native sockets?
@vitalyster it has great use to go through firewalls. Many of them are blocking 5222 ports or even non http communication when XMPP server is using 80/443 ports.
@sarsonj 1) BOSH is superseeded by XMPP over WebSocket and all great things which can be done with BOSH - still can be done with websockets. All major XMPP servers (ejabberd, prosody, openfire) already have support for RFC7395. 2) you can configure your server listening for plain TCP/SSL connections on 80/443 ports
Instead of adding +1, please do something constructive like begin working on a pull request.
I've done some work for "XMPP over WebSocket"
https://github.com/healthjoy-ios-opensource/HLJXmppWebSocket It's kind of limited to core functionality but it was enough to ship the app.
https://github.com/healthjoy-ios-opensource/XmppFrameworkParsers I've forked some parsers from XMPPFramework but they might be outdated.
P.S. I no longer maintain that code and it might be abandoned but I'd be glad if it were helpful. P.P.S. Even XMPP core might be supported incompletely.
Instead of adding +1, please do something constructive like begin working on a pull request.
I've found a mention of a fork implementing BoshTransport.m Not sure if it works, though.
https://github.com/robbiehanson/XMPPFramework/issues/6
Any news?
Hi all!
Does anybody managed to implement/ find solution for XMPP Over Bosh? Could you please share links to libs, discussions?
Thank you in advance.