Kim Alvefur
|
98922d54b1
|
plugins: Prefix module imports with prosody namespace
|
2023-03-24 13:15:28 +01:00 |
|
Kim Alvefur
|
3ec060fc0c
|
Fix spelling throughout the codebase [codespell]
|
2018-02-04 01:51:25 +01:00 |
|
Florian Zeitz
|
1d833bb807
|
Remove all trailing whitespace
|
2013-08-09 17:48:21 +02:00 |
|
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
|
2013-03-23 01:27:16 +01:00 |
|
Matthew Wild
|
1135a220df
|
mod_iq: Don't treat an iq as handled if session.send() returns false
|
2012-07-22 17:01:52 +01:00 |
|
Waqas Hussain
|
b11eda0f96
|
mod_iq: Use "jabber:client" when the stanza payload namespace is nil.
|
2012-05-12 21:39:30 +05:00 |
|
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.
|
2012-04-28 03:39:12 +01:00 |
|
Waqas Hussain
|
cdfc10bfc4
|
mod_iq: Fix an extra character in previous commit...
|
2010-12-02 16:58:24 +05:00 |
|
Waqas Hussain
|
10829149a5
|
mod_iq: Don't hook 'iq/full' on components.
|
2010-12-02 16:56:30 +05:00 |
|
Waqas Hussain
|
0197aa017b
|
mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events).
|
2010-12-02 16:04:42 +05:00 |
|
Waqas Hussain
|
339e703edd
|
mod_iq: Optimized a bit more (fewer table accesses).
|
2010-11-28 02:42:02 +05:00 |
|
Waqas Hussain
|
5c91168bc8
|
mod_iq: Optimized a bit (fewer table accesses).
|
2010-11-28 02:37:18 +05:00 |
|
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).
|
2010-11-28 02:24:26 +05:00 |
|
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").
|
2010-11-28 02:03:59 +05:00 |
|
Waqas Hussain
|
cf668f574f
|
mod_iq: Removed a check for user existance when firing iq/bare/* sub-events.
|
2010-05-30 23:01:34 +05: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
|
e6ee9308ba
|
mod_iq: Fire sub-events for iq/self events.
|
2010-02-21 17:43:39 +05:00 |
|
Matthew Wild
|
e45610ce6e
|
Add copyright header to those files missing one
|
2009-07-10 03:08:38 +01:00 |
|
Waqas Hussain
|
4a32c9a750
|
mod_iq: Change sub-event names for IQ errors and results to use stanza IDs
|
2009-06-26 10:02:46 +05:00 |
|
Waqas Hussain
|
fb62c6953c
|
mod_iq: Fire sub-events for IQ results and errors
|
2009-06-24 20:05:17 +05:00 |
|
Waqas Hussain
|
e164f64e2a
|
mod_iq: Limit sub-events to get and set IQs
|
2009-06-02 20:18:02 +05:00 |
|
Waqas Hussain
|
53d04613aa
|
mod_iq: Correctly handle the lack of 'to' on IQs
|
2009-06-01 11:16:48 +05:00 |
|
Waqas Hussain
|
40c0526f7c
|
mod_iq: Immediately return an error for IQs to non-existing bare JIDs
|
2009-06-01 10:44:05 +05:00 |
|
Waqas Hussain
|
9c377d78ee
|
mod_iq: Include event data in sub-events
|
2009-06-01 10:27:47 +05:00 |
|
Waqas Hussain
|
5cc04f17ac
|
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases
|
2009-06-01 09:49:37 +05:00 |
|
Waqas Hussain
|
a406492eac
|
mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts
|
2009-06-01 05:35:32 +05:00 |
|
Waqas Hussain
|
b4359c6b35
|
mod_message, mod_iq: A little cleanup
|
2009-05-30 17:48:12 +05:00 |
|
Waqas Hussain
|
1dcb377bed
|
mod_iq: Initial commit
|
2009-05-30 17:38:53 +05:00 |
|