HTTP Polling / HTTP Binding

Does anyone know of extensions to this library that support JEP-0025 and/or JEP-0124? If not, is there any interest in this community to develop this support?

http://www.jabber.org/jeps/jep-0025.html

http://www.jabber.org/jeps/jep-0124.html

Hi,

for JEP-0124 see http://zeank.in-berlin.de/jhb/ It’'s open source and currently “only” beta.

Together with jwchat http://jwchat.sourceforge.net/ you get a nice Web Client.

LG

Thanks for your help. Although, I was aware of the existence of these and other jabber related toolkits and APIs

My question is more specifically around the XIFF client API. I assume there will be server-side implementation of http-polling or binding similar to the JabberHTTPBinding, punjab, or ejabberd http-poll for example.

However, as a flash XMPP api, I would assume that XIFF would be inclined to support these jeps without requiring an AJAX jabber toolkit such as JWChat or JSJaC to run alongside for this support given flash’'s inherent XML and HTTP capabilities.

Or is the intention for XIFF simply to augment the existing javascript-based toolkits providing direct socket communication not found in those toolkits?

I’‘m also looking for something like this, to work with Punjab. I can’'t see anything out there yet, do let me know if you have any luck!

Tom

I’'d be interested in this since then we could have SSL encrypted communications between Flash player and Wildfire.

just to say, I’‘ve got this going. It involved a change to XMPPConnection and the addition of a drop-in replacement for the socketListener class. It supports most of 0124 and we’'re rolling it out on a site next week. Will try to get it included in XIFF

Tom

Message was edited by: tomboya

Great, let me know how that works out. In the meantime, i’'ve gone down the path of a Flash/AJAX approach using XMPPConnection as the default and JSJaC for HTTPPolling/HTTPBinding.

just to say, I’'ve got this going. It involved a

change to XMPPConnection and the addition of a

drop-in replacement for the socketListener class. It

supports most of 0124 and we’'re rolling it out on a

BBC site next week. I’‘ll post up the link when it’'s

live.

when it’‘s tidied up I’'ll post it up here.

Tom

Did you manage the http binding ? What changes need to be made in order to get it going ?

I’'m very interested in your solution. Thanks !

when it’‘s tidied up I’'ll post it up here.

Tom

Hey Tom have you tidied it up yet ?

Still not exist any plugin with support for it?

And what abourt transport for another sites as ICQ,Yahoo,etc.

Exist this for WildFire?

I’'m just trying to get permission to include this in XIFF, might take a while though!

Message was edited by: tomboya

Hey Tom - Great work. I’'ll need to make some time to take a look at your solution and try it out.

Any verdict on the HTTP Binding Code? Will the rest of the community get to use it?

I’'m going to try to revisit this issue shortly, hopefully to get HTTP Polling integrated into the AS 3.0 release.

I’'d also be very interested in having a httpd polling/binding access.

In fact have a server that the users are willing to trial any functional code with jwchat.

T

anyone got the sources tomboya was talking about?

I don’'t think Tom is allowed to release the source unfortunately

darn, then i got to do it myself

wont be that hard but making the code “nice and clean” is chalenging

when i got something working ill post.