On Tuesday, 6 Apr 2004 11:33:36 [-0400] lightdee wrote: .. lnn> - I looked at the list of servers and code libraries at jabber.org, but it lnn> doesn't look like any of the open source ones implement JEP-0025 lnn> or any sort of firewall-piercing technology. Could someone confirm lnn> this? If there are any, I'd like to get ahold of the code and see how lnn> they do it.
There are, but only if you don't need C-sources example ;) Server part: ejabberd has httpolling module in the 0.6cvs version: http://ejabberd.jabberstudio.org/ .-[ChangeLog]- | .. | 2004-03-07 Alexey Shchepin <[EMAIL PROTECTED]> | | * src/web/ejabberd_http_poll.erl: Completed | .. | 2004-03-06 Alexey Shchepin <[EMAIL PROTECTED]> | | * src/web/: Support for HTTP Polling (JEP-0025) (almost complete) | .. `----- Client part: Tkabber 0.9.6 http://www.jabberstudio.org/projects/tkabber .-[ChangeLog]- | .. | 2003-10-13 Alexey Shchepin <[EMAIL PROTECTED]> | .. | * login.tcl: Added support for HTTP Polling (JEP-0025) (thanks to | Sergei Golovan) | * jabberlib-tclxml/jabberlib.tcl: Likewise | * plugins/general/httpconn.tcl: Obsoleted | .. | 2003-04-07 Alexey Shchepin <[EMAIL PROTECTED]> | .. | * plugins/general/httpconn.tcl: HTTP Polling (JEP-0025) support | (thanks to Tomas Ebenlendr) | .. `----- Working example of ejabberd with JEP-0025 is httppoll.jabber.ru, though I don't know whether it�s for public massive usage or for testing, it was only once announced at [EMAIL PROTECTED] and is mentioned at http://violonix.jabber.ru as a recommended proxy for the mobile jabber messager.. -- / xmpp:[EMAIL PROTECTED] _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
