25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-06 15:37:52 +01:00
xmpp.chapril.org-ejabberd/src/web
Paweł Chmielowski 8b13226d00 Do not trigger item-not-found errors in mod_http_bind (part of EJABS-1827)
This changes what happens to request received with out of order rid,
previously response to such request was send immediately, and client was
free to submit another request, which triggered item-not-found if it was
delivered before request with missing rid.

This change make us wait for sending response to out of order request until
request with missing rid arrives. It also queues all outgoing data before
that condition is meet.
2012-04-27 13:23:19 +02:00
..
ejabberd_http_bind.erl Do not trigger item-not-found errors in mod_http_bind (part of EJABS-1827) 2012-04-27 13:23:19 +02:00
ejabberd_http_poll.erl Update copyright dates 2012-02-23 17:52:34 +02:00
ejabberd_http.erl Parse and encode https header names like native http parser does 2012-04-11 17:28:18 +02:00
ejabberd_http.hrl Update copyright dates 2012-02-23 17:52:34 +02:00
ejabberd_web_admin.erl Merge SQL and Mnesia code into one module (EJAB-1560) 2012-04-27 19:52:05 +10:00
ejabberd_web_admin.hrl Update copyright dates 2012-02-23 17:52:34 +02:00
ejabberd_web.erl Update copyright dates 2012-02-23 17:52:34 +02:00
http_bind.hrl Update copyright dates 2012-02-23 17:52:34 +02:00
Makefile.in When using OTP R14, use public_key library instead of old ssl (EJAB-953) 2010-07-12 13:57:07 +02:00
Makefile.win32 * src/*/Makefile.win32: Provide explicit beam filenames because 2008-09-30 16:12:05 +00:00
mod_http_bind.erl Properly handle HEAD request in mod_http_bind (this fixes EJAB-1538) 2012-04-06 11:47:38 +02:00
mod_http_fileserver.erl Update copyright dates 2012-02-23 17:52:34 +02:00
mod_register_web.erl Update copyright dates 2012-02-23 17:52:34 +02:00