Commit graph

125 commits

Author SHA1 Message Date
Matthew Wild
3cdaf29bf8 mod_presence: Fix traceback if origin gets disconnected during processing
Fixes #1887
2025-02-13 14:00:08 +00:00
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Kim Alvefur
71d6bde69c mod_presence: Send unavailable presence in current thread run
`session:dispatch_stanza(pres)` enqueues processing of the stanza in the
sessions async thread, but becasue the entire stream close handling is
now in that thread it would process the presence after the stream and
session was completely closed, leading to weird errors "sent to a
resting session".

We call core_process_stanza() since this is what :dispatch_stanza calls
in the end.
2020-05-09 00:28:10 +02:00
Kim Alvefur
c0b0c81802 mod_presence: Advertise support for Subscription Pre-Approval
RFC 6121 §3.4 says:
> If a server supports subscription pre-approvals, then it MUST
> advertise the following stream feature during stream negotiation.

The feature itself (#686) was added in f0e9e5bda415
2020-03-19 00:10:15 +01:00
Kim Alvefur
77daebcbc2 mod_presence: Ignore an unused variable [luacheck]
Not sure if it should be unused, hence the TODO
2019-12-23 22:30:21 +01:00
Matthew Wild
173990157f rostermanager, mod_presence: Support for subscription preapproval (fixes #686) 2019-12-19 10:03:16 +00:00
Kim Alvefur
06e29c834c Merge 0.11->trunk 2019-01-17 01:09:38 +01:00
Kim Alvefur
b2d3ebb76d mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296) 2019-01-17 01:04:39 +01:00
Kim Alvefur
e3d678dd67 mod_presence: Handle older boolean subscription request data (thanks Martin) 2018-12-02 17:22:26 +01:00
Kim Alvefur
c083a55ca5 mod_presence: Remove unnecessary stanza clone call 2018-12-02 17:20:44 +01:00
Matthew Wild
3836d03c37 rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG) 2018-12-01 22:13:24 +00:00
Kim Alvefur
3ec060fc0c Fix spelling throughout the codebase [codespell] 2018-02-04 01:51:25 +01:00
Kim Alvefur
bb927767c2 mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck] 2018-03-09 21:50:01 +01:00
Kim Alvefur
0fff40cdd9 mod_presence: Remove unused local [luacheck] 2018-03-09 19:26:35 +01:00
Kim Alvefur
d8b1435c70 mod_presence: Use get_child_text on priority child element (fixes #552) 2017-04-10 20:28:02 +02:00
Kim Alvefur
abdd9866e5 mod_presence: No need to overwrite index 1 since it's set on the line below 2017-04-10 20:04:07 +02:00
Kim Alvefur
bbaaaa99a4 Merge 0.9->0.10 2016-12-09 17:07:57 +01:00
Kim Alvefur
1dbe1533ec mod_presence: Send probe once subscribed (fixes #794) 2016-12-08 20:49:35 +01:00
Kim Alvefur
2b1cedaf7a mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes #673) 2016-05-21 19:10:03 +02:00
Anton Shestakov
0ce8de81ab mod_presence: remove unused one-letter loop variable [luacheck] 2016-07-09 00:46:28 +08:00
Kim Alvefur
288422c9c3 Merge 0.9->0.10 2016-05-22 14:39:14 +02:00
Kim Alvefur
6ff1b30f47 mod_presence: Fix variable name 2016-04-08 17:14:58 +02:00
Kim Alvefur
0c4b70fe8f mod_presence: Construct a 'from' JID when roster items are removed outside of a session 2016-04-08 16:35:23 +02:00
Kim Alvefur
1e3a0dc5df mod_presence: Send unavailable presence when roster items are removed (fixes #331) 2016-04-04 17:15:47 +02:00
Kim Alvefur
9f6ac546e1 mod_presence, mod_roster: Move responsibility for sending presence on roster removal to mod_presence 2016-04-04 17:15:10 +02:00
Kim Alvefur
1fc7b4fca0 mod_presence: Fix partial rename 2016-03-14 18:27:16 +01:00
Kim Alvefur
ab4f0cf7c4 mod_presence: Move function for selecting "top resources" into a new util.presence 2016-03-14 17:26:27 +01:00
Kim Alvefur
421cbe1c1a mod_presence: Use type-specific config API for boolean 'ignore_presence_priority' option 2016-03-11 13:13:20 +01:00
Kim Alvefur
28c58565ac rostermanager, mod_roster, mod_presence: Move pending roster items to roster metadata field 2015-04-03 06:38:22 +02:00
Kim Alvefur
8003a40b0a mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups 2014-07-04 22:52:34 +02:00
Kim Alvefur
2233e80e2b mod_presence: Move presence/initial event to correct place so it actually fires 2014-07-03 11:54:50 +02:00
Kim Alvefur
15b3071beb mod_presence: Fire a presence/initial event on initial presence 2014-06-20 16:10:04 +02:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Matthew Wild
37735f0c3e mod_presence: Remove some unused variables 2013-04-03 13:39:41 +01: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
Kim Alvefur
c2d66ccab1 mod_presence: Put a timestamp on presence we store for probes 2013-01-11 19:38:29 +01:00
Kim Alvefur
6da5020684 mod_presence: Fix indentation 2012-10-14 21:04:46 +02:00
Waqas Hussain
333dd0e428 mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121. 2012-08-01 01:36:16 +05:00
Kim Alvefur
9114e88ee0 mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. 2012-07-26 04:33:17 +02:00
Matthew Wild
e89b006f03 Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages 2012-07-23 17:32:33 +01:00
Matthew Wild
3bdb9e7da9 mod_presence: Handle nil disconnection error 2012-07-22 17:02:18 +01:00
Matthew Wild
037b82e6f0 mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro) 2011-02-10 21:09:20 +00:00
Robert Hoelz
32c092ae0e mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast. 2010-12-09 12:28:05 -06:00
Robert Hoelz
de4b6ceb33 core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline. 2010-12-09 12:23:37 -06:00
Waqas Hussain
b7e51a203d Monster whitespace commit (beware the whitespace monster). 2010-10-16 23:00:42 +05:00
Robert Hoelz
c74e3999fb Don't send offline messages to resource with negative priorities 2010-10-15 00:53:05 -05:00
Waqas Hussain
fdb9749df9 mod_presence: Fixed a traceback on outgoing subscriptions from offline users. 2010-06-11 20:45:00 +05:00
Waqas Hussain
c7af4d8bf5 mod_presence: Fixed a traceback. 2010-06-09 22:00:01 +05:00
Waqas Hussain
c04a3c71c7 mod_presence: Enable firing of pre-events for all outbound stanzas, and switching completely to core_post_stanza. 2010-06-08 16:21:14 +05:00
Waqas Hussain
5f4b882a77 mod_presence: Enable firing of pre-events for probes. 2010-06-04 18:36:04 +05:00