Commit graph

226 commits

Author SHA1 Message Date
Waqas Hussain
80c27c9e79 stanza_router: Make sure /self events are fired when the 'to' attribute is missing. 2010-02-21 17:43:05 +05:00
Waqas Hussain
a66f328e17 stanza_router: Fire /self events for stanzas users send to their own bare JID. 2010-02-13 02:55:24 +05:00
Waqas Hussain
cfc9620680 stanza_router: Added third parameter to core_post_stanza, to control pre-events. 2010-01-29 21:04:36 +05:00
Matthew Wild
f9f361102b stanza_router: Log the name of unhandled stanzas (thanks bear) 2010-01-18 16:31:57 +00:00
Matthew Wild
87edc64c11 stanza_router: Don't log full stanzas destined for s2s 2009-11-22 04:46:48 +00:00
Waqas Hussain
b7d45c17f2 stanza_router: Added third parameter to core_post_stanza, to control pre-events. 2010-01-29 21:04:36 +05:00
Matthew Wild
f4e886e717 stanza_router: Log the name of unhandled stanzas (thanks bear) 2010-01-18 16:31:57 +00:00
Waqas Hussain
2970ea37eb stanza_router: Added a compatibility workaround for missing 'id' attribute in <iq/> elements. 2009-10-17 23:46:34 +05:00
Matthew Wild
b33e93f19b stanza_router: Localize hosts, full_sessions and bare_sessions, and take from the prosody object instead of _G 2009-10-17 13:33:23 +01:00
Waqas Hussain
1d7b68a237 Merge with 0.5 2009-10-04 22:12:12 +05:00
Waqas Hussain
269a562f52 stanza_router: Reply to IQ requests with missing 'id' attribute with a bad-request error. 2009-10-04 21:46:35 +05:00
Matthew Wild
23d63686ce stanza_router: Add COMPAT comment for Pidgin workaround 2009-10-04 16:31:27 +01:00
Waqas Hussain
4b7aa0ca1f Fixed: Possible duplicate error replies for unhandled stanzas 2009-07-28 00:42:56 +05:00
Matthew Wild
118883d655 Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
Matthew Wild
def653fa26 stanza_router: Catch and log an error case which I don't think should happen (but sometimes seems to) 2009-07-10 02:50:57 +01:00
Matthew Wild
a61b473078 stanza_router: Check host.disallow_s2s before routing over s2sout. you can haz no s2s. 2009-07-03 04:04:27 +01:00
Waqas Hussain
4e638d3c1a stanza_router: Removed unnecessary xmlns check 2009-06-29 13:15:46 +05:00
Waqas Hussain
0d54b3f88f stanza_router: Don't fire preprocessing events if stanza is not from full JID 2009-06-29 13:15:09 +05:00
Matthew Wild
ccec4fa3df stanza_router: Fire events also for stanzas to components 2009-06-26 05:54:03 +01:00
Waqas Hussain
bc6907dfa8 stanza_router: Remove unused variables and code 2009-06-25 08:20:38 +05:00
Waqas Hussain
d87a664b7e stanza_router: A little refactoring 2009-06-25 08:17:02 +05:00
Waqas Hussain
edb012e99f stanza_router: Remove unused variables 2009-06-25 08:15:42 +05:00
Waqas Hussain
b5c58a84a1 stanza_router: Remove even more old routing code 2009-06-25 08:13:21 +05:00
Waqas Hussain
e1fbd45630 stanza_router: Remove some more old routing code 2009-06-25 08:11:05 +05:00
Waqas Hussain
b1b3a40522 stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code 2009-06-25 08:04:10 +05:00
Waqas Hussain
bd3915d382 stanza_router: Removed unused function: select_best_resources 2009-06-25 07:59:04 +05:00
Waqas Hussain
67560bdcc6 stanza_router: Removed old routing code 2009-06-25 07:57:57 +05:00
Waqas Hussain
0119d74802 stanza_router: Skip prepping 'to' in many common cases - #optimization 2009-06-20 18:18:38 +05:00
Waqas Hussain
2753815a11 stanza_router: Skip prepping 'from' on c2s origins - #optimization 2009-06-20 18:08:57 +05:00
Waqas Hussain
c0eca64393 stanza_router: Fixed a corner case where processing could continue after an error reply 2009-06-20 17:53:39 +05:00
Waqas Hussain
2c226d6219 stanza_router: A little refactoring 2009-06-20 17:51:00 +05:00
Waqas Hussain
41134c93ce stanza_router: Remove unused variables 2009-06-14 18:21:19 +05:00
Waqas Hussain
29b48ea220 stanza_router: Remove all traces of presencemanager 2009-06-14 18:02:02 +05:00
Waqas Hussain
cdea8358b2 stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanzas to remote hosts (fixes problem with sending from node@host components) 2009-06-14 14:28:20 +05:00
Waqas Hussain
8a14b5d231 stanza_router: Remove unused s2s dialback functions 2009-06-04 21:11:33 +05:00
Waqas Hussain
193f981279 stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result 2009-06-03 21:27:32 +05:00
Waqas Hussain
b17e2aad5b stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza 2009-06-03 08:00:07 +05:00
Waqas Hussain
2a623f411c stanza_router: Reply with an error on groupchat messages to bare JID 2009-06-01 17:53:39 +05:00
Waqas Hussain
2c16a1aec1 stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas 2009-06-01 15:48:39 +05:00
Waqas Hussain
b78acdcf96 stanza_router: Proper error for clients sending stanzas after auth but before resource binding 2009-06-01 15:09:42 +05:00
Matthew Wild
f6b9a17b95 Merge backout with following commits 2009-06-01 02:06:02 +01:00
Matthew Wild
9368b3dd1b Backed out changeset 98f0e9eadf3b (better fix on the way) 2009-06-01 02:05:27 +01:00
Matthew Wild
f87fd81a4a stanza_router: Don't route before firing events... waqas, is this safe? 2009-05-31 22:52:50 +01:00
Matthew Wild
00f019739a stanza_router: Fire global event if host doesn't have events, fixes #103 2009-05-31 21:35:21 +01:00
Waqas Hussain
4841e267c5 stanza_router: Fire events for non-jabber:client and pre-auth stanzas 2009-05-31 02:20:30 +05:00
Waqas Hussain
1cd2044dcc stanza_router: Changed to use the prosody.events object directly, rather than through eventmanager2 2009-05-31 00:43:24 +05:00
Matthew Wild
175256488b stanza_router: Fix syntax errors 2009-05-29 22:11:44 +01:00
Waqas Hussain
66e22f3c57 stanza_router: Fire per-host stanza events 2009-05-30 02:06:04 +05:00
Matthew Wild
762a39c8d0 stanza_router: Break off resource selection for messages into a standalone function 2009-05-28 20:39:32 +01:00
Waqas Hussain
ad2660e96e stanza_router: Handle outbound presence if inbound handlers don't catch it 2009-05-19 01:07:03 +05:00