Commit graph

220 commits

Author SHA1 Message Date
Matthew Wild
673d2cd2a3 mod_bosh: Switch to util.xmppstream from xmlhandlers 2010-12-07 18:38:22 +00:00
Waqas Hussain
ad58924b05 mod_bosh: Use util.timer for timers instead of server.addtimer. 2010-12-02 22:47:29 +05:00
Waqas Hussain
8e1bc4ff71 mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply. 2010-10-22 08:36:54 +05:00
Matthew Wild
36e12ad74a mod_bosh: Fix traceback when initiating a BOSH session to an unknown host 2010-09-10 17:56:24 +01:00
Matthew Wild
be6148a1eb mod_bosh: Support for reading the client's real IP through HTTP proxies from X-Forwarded-For 2010-08-28 22:25:12 +01:00
Matthew Wild
363d0578c0 mod_bosh: Don't adjust rid when creating a session, as this is no longer necessary and causes a log message ('rid too large') to be erroneously printed, fixes #203 2010-08-22 21:36:04 +01:00
Matthew Wild
3deb503477 mod_bosh: Fix to properly ignore repeated requests 2010-08-07 19:00:04 +01:00
Matthew Wild
1a9f9282fc mod_bosh: Small change to use variable instead of hard-coded xmlns 2010-08-06 02:00:12 +01:00
Matthew Wild
44014508ea mod_bosh: Much improve session:close() for BOSH sessions, so it now matches in usage normal session:close() 2010-08-06 01:59:43 +01:00
Matthew Wild
2f31218aa4 mod_bosh: Add error callback for xmlhandlers, to handle the case of invalid or unusable XML in the request payload 2010-08-06 01:57:20 +01:00
Matthew Wild
37f77327fd mod_bosh: Remove dependency on eventmanager 2010-08-03 11:01:13 +01:00
Matthew Wild
88a0d25218 mod_bosh: Add jabber:client namespace to stanzas with no namespace 2010-07-04 19:38:33 +01:00
Matthew Wild
a7048b7c93 mod_bosh: Re-layout session object creation to make lines shorter 2010-05-21 19:27:06 +01:00
Matthew Wild
d20a2a83c7 mod_bosh: Add option consider_bosh_secure to treat BOSH sessions as encrypted even if they don't use HTTP (useful for when secure requests are proxied to Prosody over HTTP) 2010-05-21 19:24:50 +01:00
Matthew Wild
93fbb53acd Merge with 0.6 2010-05-17 11:56:36 +01:00
Matthew Wild
95e01d796f mod_bosh: Always give requests a destroy handler, so that the management of each session's request array and the inactive_sessions logic can happen in one place. Simplifies everything and concludes this series of BOSH fixes. 2010-05-17 11:49:24 +01:00
Matthew Wild
2eb914de98 mod_bosh: Fix handling of rids by not dropping requests with repeated rids (assign them their sid instead), and always starting a session with first_rid-1. 2010-05-17 11:46:54 +01:00
Matthew Wild
91492c1a60 mod_bosh: Remove some hacky code for pruning dead requests that hopefully never gets executed - if it does there's a bug anyway. 2010-05-17 11:45:11 +01:00
Matthew Wild
a36bf4db9b mod_bosh: Remove requests from the session table using table.remove(), prevents the possibility of holes in the array. 2010-05-17 11:42:53 +01:00
Matthew Wild
89e9f18d2a Merge 0.6->0.7 2010-04-03 23:09:11 +01:00
Matthew Wild
64991c424d mod_bosh: Default stanza namespace should be jabber:client (fixes BOSH to work with recent namespace fix) 2010-04-03 22:24:39 +01:00
Matthew Wild
46c0b8c7f9 Merge 0.6->0.7 2010-03-22 17:24:55 +00:00
Matthew Wild
2bc0606453 Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
Waqas Hussain
ffc968aae4 mod_bosh: Fire stream-features event using new events API. 2010-02-12 04:11:50 +05:00
Matthew Wild
6f7eb9676e mod_bosh: I == fail. 2010-01-22 03:36:03 +00:00
Matthew Wild
bf86bf5242 mod_bosh: Simplify cross-domain support, and make it work - default is for cross-domain to be disallowed 2010-01-22 03:18:55 +00:00
Matthew Wild
a308952de6 mod_bosh: Support for cross-domain access control using CORS 2010-01-21 15:07:52 +00:00
Matthew Wild
c7c7a84ff8 mod_bosh: Trailing whitespace 2010-01-21 00:35:07 +00:00
Matthew Wild
81222a41d4 mod_bosh: Update for new xmlhandlers syntax 2010-01-19 03:57:19 +00:00
Matthew Wild
68bacb8be1 mod_bosh: Update for new connection API 2009-12-17 20:28:32 +00:00
Waqas Hussain
3d65df61e3 mod_bosh: Delay setup until after server is started. 2009-12-10 16:21:06 +05:00
Matthew Wild
49d04cec1d mod_bosh: Don't log response XML 2009-11-21 13:15:46 +00:00
Matthew Wild
0a97fad81f mod_bosh: Don't log response XML 2009-11-21 13:15:46 +00:00
Waqas Hussain
09a6ddbe28 mod_bosh: Set session.ip for BOSH sessions. 2009-11-18 06:22:52 +05:00
Waqas Hussain
316bc45e71 Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup). 2009-11-12 13:42:44 +05:00
Matthew Wild
0c362cbf8d mod_bosh: Update to use new httpserver.new_from_config syntax 2009-10-03 00:56:45 +01:00
Matthew Wild
f816a78cb1 Merge with 0.5 2009-10-02 21:24:16 +01:00
Matthew Wild
26b86f46a9 mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection at the same time 2009-10-02 21:23:32 +01:00
Matthew Wild
928fb0e2e2 mod_bosh: Strip BOSH namespace from stanzas to allow for some clients which may send them without the correct xmlns 2009-08-11 20:38:48 +01:00
Matthew Wild
041a1ee396 mod_bosh: Calculate rid difference just once 2009-08-11 20:15:54 +01:00
Matthew Wild
fdf0b9db40 mod_bosh: Basic handling of rids (more to come) 2009-08-11 19:52:09 +01:00
Matthew Wild
d1a1b9e6d4 mod_bosh: Correct reply when closing sessions 2009-08-11 19:48:41 +01:00
Waqas Hussain
9af3cc0912 mod_bosh: Updated to use module:get_option instead of configmanager 2009-08-09 17:47:26 +05:00
Matthew Wild
fef360b4dd mod_bosh: Fix error reply for host-unknown errors 2009-08-05 03:08:21 +01:00
Matthew Wild
f498cea754 mod_bosh: Update to use new new_from_config() 2009-07-14 21:04:07 +01:00
Matthew Wild
f0ac98b789 mod_bosh: Mark a session as secure if it is created with HTTPS 2009-07-12 19:16:37 +01:00
Matthew Wild
ca69ee8922 mod_bosh: Use new httpserver helper to initialise ports 2009-07-12 15:21:10 +01:00
Matthew Wild
e45610ce6e Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
Matthew Wild
2fff098959 Merge with 0.4 2009-05-04 19:57:05 +01:00
Matthew Wild
a7d5181dfb Merge with 0.4 branch 2009-04-23 03:28:35 +01:00