XMPPFramework icon indicating copy to clipboard operation
XMPPFramework copied to clipboard

BOSH Support

Open thantthet opened this issue 13 years ago • 20 comments
trafficstars

Any plan to support BOSH in any near future?

Thanks for this great framework.

thantthet avatar Oct 29 '12 19:10 thantthet

Yes, would be so super grateful if this could be implemented. There's nothing out there for iOS that can fill this need.

lamenramen avatar Jul 16 '13 19:07 lamenramen

+1

sinangedik avatar May 16 '14 03:05 sinangedik

+1

simdm avatar May 26 '14 03:05 simdm

+1

paulorcf avatar Jun 09 '14 18:06 paulorcf

+1

F3r-n4nd0 avatar Jul 10 '14 16:07 F3r-n4nd0

+1

blbnv avatar Aug 20 '15 14:08 blbnv

+1

SBoyNumber1 avatar Aug 20 '15 14:08 SBoyNumber1

+1

zrtw avatar Aug 20 '15 14:08 zrtw

+1

dennis-dev avatar Aug 20 '15 14:08 dennis-dev

+1

AlexFdv avatar Aug 20 '15 14:08 AlexFdv

+1

rowant1990 avatar Mar 03 '16 10:03 rowant1990

Instead of adding +1, please do something constructive like begin working on a pull request.

chrisballinger avatar Mar 04 '16 21:03 chrisballinger

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 avatar Mar 04 '16 21:03 vitalyster

@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 avatar Aug 01 '16 12:08 sarsonj

@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

vitalyster avatar Aug 01 '16 12:08 vitalyster

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.

dodikk avatar Feb 21 '17 17:02 dodikk

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.

dodikk avatar Feb 22 '17 09:02 dodikk

https://github.com/robbiehanson/XMPPFramework/issues/6

dodikk avatar Feb 22 '17 09:02 dodikk

Any news?

AndreVicenteW avatar Mar 19 '18 15:03 AndreVicenteW

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.

Igorsnaki avatar Jun 11 '21 13:06 Igorsnaki