Commit Graph

29 Commits (master)

Author SHA1 Message Date
Kim Alvefur 98922d54b1 plugins: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur 3ec060fc0c Fix spelling throughout the codebase [codespell] 8 years ago
Florian Zeitz 1d833bb807 Remove all trailing whitespace 13 years ago
Kim Alvefur 27dc3a5b9a mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 13 years ago
Matthew Wild 1135a220df mod_iq: Don't treat an iq as handled if session.send() returns false 14 years ago
Waqas Hussain b11eda0f96 mod_iq: Use "jabber:client" when the stanza payload namespace is nil. 14 years ago
Matthew Wild a468c4f40f mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack event.origin when it isn't used. Waqas. 14 years ago
Waqas Hussain b577225611 mod_iq: Fix an extra character in previous commit... 15 years ago
Waqas Hussain cdfc10bfc4 mod_iq: Fix an extra character in previous commit... 15 years ago
Waqas Hussain cf491395d8 mod_iq: Don't hook 'iq/full' on components. 15 years ago
Waqas Hussain 10829149a5 mod_iq: Don't hook 'iq/full' on components. 15 years ago
Waqas Hussain 176b0083be mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events). 15 years ago
Waqas Hussain 0197aa017b mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events). 15 years ago
Waqas Hussain a5eb9399da mod_iq: Optimized a bit more (fewer table accesses). 15 years ago
Waqas Hussain 339e703edd mod_iq: Optimized a bit more (fewer table accesses). 15 years ago
Waqas Hussain 0d5c762490 mod_iq: Optimized a bit (fewer table accesses). 15 years ago
Waqas Hussain 5c91168bc8 mod_iq: Optimized a bit (fewer table accesses). 15 years ago
Waqas Hussain 813e686db6 mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled). 15 years ago
Waqas Hussain 2f3a3c6567 mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled). 15 years ago
Waqas Hussain 1c99487d31 mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,bare}/id" (previously "iq/{host,self,bare}/id"). 15 years ago
Waqas Hussain 9ded563684 mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,bare}/id" (previously "iq/{host,self,bare}/id"). 15 years ago
Waqas Hussain cf668f574f mod_iq: Removed a check for user existance when firing iq/bare/* sub-events. 16 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Waqas Hussain e6ee9308ba mod_iq: Fire sub-events for iq/self events. 16 years ago
Matthew Wild e45610ce6e Add copyright header to those files missing one 17 years ago
Waqas Hussain 4a32c9a750 mod_iq: Change sub-event names for IQ errors and results to use stanza IDs 17 years ago
Waqas Hussain fb62c6953c mod_iq: Fire sub-events for IQ results and errors 17 years ago
Waqas Hussain e164f64e2a mod_iq: Limit sub-events to get and set IQs 17 years ago
Waqas Hussain 53d04613aa mod_iq: Correctly handle the lack of 'to' on IQs 17 years ago
Waqas Hussain 40c0526f7c mod_iq: Immediately return an error for IQs to non-existing bare JIDs 17 years ago
Waqas Hussain 9c377d78ee mod_iq: Include event data in sub-events 17 years ago
Waqas Hussain 5cc04f17ac mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases 17 years ago
Waqas Hussain a406492eac mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts 17 years ago
Waqas Hussain b4359c6b35 mod_message, mod_iq: A little cleanup 17 years ago
Waqas Hussain 1dcb377bed mod_iq: Initial commit 17 years ago