We have moved to a new Sailfish OS Forum. Please start new discussions there.
0

Is XMPP over Bosh implemented?

asked 2014-12-03 18:21:16 +0300

mlatu gravatar image

Im wondering this because it seems it is xmpps answer to the push problem on mobile devices.. If it is indeed implemented, in the account section there should be a message indicating wether the used server is also supporting this.

edit retag flag offensive close delete

1 Answer

Sort by » oldest newest most voted
2

answered 2014-12-03 19:00:10 +0300

shmerl gravatar image

updated 2014-12-03 19:00:36 +0300

BOSH (or some solution with WebSockets) is needed for XMPP in the browser. Regular XMPP clients don't need it because they talk XMPP over TCP/IP directly.

edit flag offensive delete publish link more

Comments

maybe i misunderstood what bosh is, but i thought it also was a way for doing push transmissions

mlatu ( 2014-12-04 01:25:14 +0300 )edit

It's a workaround because regular HTTP doesn't support duplex communication. WebSockets do however. All that is relevant to the context of the client running in the browser which can't talk pure TCP/IP and has to implement XMPP over HTTP and the like. Normal XMPP clients don't have this issue and can have full duplex communication (i.e. push and pull) over TCP/IP.

shmerl ( 2014-12-04 01:33:37 +0300 )edit
Login/Signup to Answer

Question tools

Follow
1 follower

Stats

Asked: 2014-12-03 18:21:16 +0300

Seen: 214 times

Last updated: Dec 03 '14