Commit graph

605 commits

Author SHA1 Message Date
JC Brand
25135bbd16 MUC: Reject probes from non-occupants
Also test for self-probes
2020-10-02 16:12:47 +02:00
JC Brand
0b783f68d6 MUC: Add support for presence probes (fixes #1535)
The following patch allows Prosody to respond to `probe` presences and send out the probed occupant's current presence.

This is based on line 17.3 in XEP-0045:

    A MUC service MAY handle presence probes sent to the room JID <room@service> or an occupant JID <room@service/nick>
    (e.g, these might be sent by an occupant's home server to determine if the room is still online or to synchronize
    presence information if the user or the user's server has gone offline temporarily or has started sharing presence again,
    as for instance when Stanza Interception and Filtering Technology (XEP-0273) is used).
2020-04-19 21:49:45 +02:00
Matthew Wild
e875910c5d util.error: Add coerce and wrap methods to registry(?) objects 2020-12-09 13:55:10 +00:00
Kim Alvefur
f69303f264 Merge 0.11->trunk 2020-11-11 16:09:55 +01:00
Kim Alvefur
8328e6681e util.stanza: Reject ASCII control characters (fixes #1606) 2020-11-11 16:00:41 +01:00
Matthew Wild
a095a0c533 util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 2020-10-16 13:38:04 +01:00
Kim Alvefur
d5161fbf6f util.strbitop: Add tests covering basics
Also as docs
2020-10-15 16:41:51 +02:00
Matthew Wild
64856637ce net.websocket.frames: Add test for empty frame with MASK and key set 2020-10-15 14:01:22 +01:00
Kim Alvefur
00bad1a9fe net.websocket.frames: Use C string XOR implementation 2020-10-14 19:41:42 +02:00
Kim Alvefur
c812a98068 util_paths_spec: Trim trailing white space
And add spacing between describe() blocks
2020-10-17 19:24:44 +02:00
Kim Alvefur
fce45aff34 util.paths: Add some tests 2020-10-17 19:00:16 +02:00
Matthew Wild
2cd0521696 Merge 0.11->trunk 2020-10-16 13:44:51 +01:00
Kim Alvefur
66f3fe9d12 Merge 0.11->trunk 2020-10-15 16:51:16 +02:00
Matthew Wild
4f4140fbc3 Merge 0.11->trunk 2020-10-15 14:25:09 +01:00
Kim Alvefur
b0393fe9e1 Merge 0.11->trunk 2020-10-12 21:29:20 +02:00
Kim Alvefur
d3b3e21720 util.dbuffer: Expose length as :len() method, like strings
Ref #1598
2020-10-12 20:20:02 +02:00
Matthew Wild
b80ff2ae4f Merge 0.11->trunk 2020-09-30 07:25:32 +01:00
Waqas Hussain
80beeeb187 util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 2020-09-29 21:27:16 -05:00
Kim Alvefur
33070035bf util.error: Drop registry initialization with namespace as key
Enough complexity with compact vs normal and with/without namespace
2020-09-28 23:48:02 +02:00
Kim Alvefur
9dbdb91c47 util.error: Expand compact registries into normal form internally
Also the exposed form on the table returned from init()
2020-09-28 22:13:04 +02:00
Kim Alvefur
5da983d8bd util.error: Add a "compact mode" for registries
Inspired by the older registry in pubsub.lib.lua
2020-09-28 18:39:51 +02:00
Kim Alvefur
dc446463ab util.error: Cover registry initialization in test 2020-09-28 18:36:00 +02:00
Kim Alvefur
a51d591246 util.error: Collect Application-Specific Conditions from stanza errors 2020-09-26 18:15:49 +02:00
Kim Alvefur
0354452a9a util.error: Extract error originator from stanza errors 2020-09-26 18:13:27 +02:00
Kim Alvefur
815ce25d10 util.stanza: Extract Application-Specific Condition from errors
API change
2020-09-26 18:12:18 +02:00
Kim Alvefur
a7c3fc20a0 spec.stanza spec: Split up util.error related tests 2020-09-26 19:00:17 +02:00
Kim Alvefur
1c53f533b0 util.stanza: Support Application-Specific Conditions in util.error 2020-09-26 18:09:10 +02:00
Kim Alvefur
8c0efc9e55 util.stanza: Get 'by' from context instead
Zash> <error by=?> should go where?  extra.by?  context? source?
Zash> In Prosody this would usually be module.host or a bare user/room JID
MattJ> Zash: context
MattJ> context.by, basically the opposite of context.actor
2020-09-26 18:07:33 +02:00
Kim Alvefur
3f9988468d util.stanza: Support inclusion of <gone> URI from util.error object 2020-09-26 17:30:47 +02:00
Kim Alvefur
2f0b85ce29 util.stanza: Support getting 'by' from util.error object 2020-09-26 17:26:31 +02:00
Kim Alvefur
ed5841e42b util.error: Add well-known field 'extra'
A place for various extra fields and edge cases of the stanza error data
model, e.g. the URI field of <gone>
2020-09-26 17:16:34 +02:00
Matthew Wild
f5f2a709cd Merge 2020-09-30 09:46:30 +01:00
Kim Alvefur
095c4f8344 util.dbuffer: Simplify test case
An earlier theory involved the bug being related to collapsing multiple
items, so it exercised that too.

Also correct the comment, it referred to the space in "hello world" in
an earlier version before the test string was changed to "foobar", which
was what was tested in a REPL
2020-08-24 17:28:48 +02:00
Matthew Wild
145f8fbad7 MUC tests: Add missing affiliation attribute 2020-04-23 13:44:47 +01:00
Matthew Wild
fef49a627e Backed out changeset 18f2c7bc5795 (was testing against wrong branch) 2020-04-23 13:43:29 +01:00
Matthew Wild
7d8f93d688 MUC tests: Add <required/> to expected form field 2020-04-23 13:29:23 +01:00
Kim Alvefur
bc20052a9b util.dataforms: Add support for validating (integer) ranges 2019-11-21 18:56:43 +01:00
Matthew Wild
686adb2d71 util.interpolation: Add test for ~ when value is false (not just nil) 2020-09-09 17:12:00 +01:00
Matthew Wild
0ca2e88384 util.interpolation: Add '~' as the opposite of '&' (render sub-block if falsy)
One more magic character consumed!
2020-09-09 17:10:33 +01:00
Matthew Wild
e419f0b5f4 util.event: Add luacheck annotation to unused parameter in tests 2020-09-03 13:10:46 +01:00
Matthew Wild
c909bca762 util.events: Add set_debug_hook() method
Hook signature:

  ret = debug_hook(handler, event_name, event_data)
2020-09-03 12:59:43 +01:00
Kim Alvefur
403f320d90 util.jid: Add test coverage for XEP-0106: JID Escaping functions 2020-08-28 18:43:37 +02:00
Kim Alvefur
21ecc6ca39 util.dbuffer: Simplify test case
An earlier theory involved the bug being related to collapsing multiple
items, so it exercised that too.

Also correct the comment, it referred to the space in "hello world" in
an earlier version before the test string was changed to "foobar", which
was what was tested in a REPL
2020-08-24 17:28:48 +02:00
Matthew Wild
7fa4cc8de0 util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case)
This also appears to fix some bugs with chunk-encoded streams in net.http.parser.
2020-08-24 16:18:13 +01:00
Kim Alvefur
e21429d8e4 util.dbuffer: Add failing test case involving :sub after :discard 2020-08-24 17:07:37 +02:00
Kim Alvefur
b289d05cfb mod_external_services: XEP-0215: External Service Discovery 2020-07-18 15:36:25 +02:00
Matthew Wild
54e37ffe8d net.http.parser: Allow configuration of the chunk size fed to the parser 2020-08-21 14:14:29 +01:00
Matthew Wild
76dd86054c net.http.parser: Switch tests so that CRLF conversion of input data is optional 2020-08-21 14:12:51 +01:00
Matthew Wild
70b697de98 net.http.parser: Fix incorrect path in test 2020-08-21 13:49:10 +01:00
Matthew Wild
076d8b698f net.http.parser: Add failing test for (large?) chunk-encoded responses 2020-08-21 13:41:51 +01:00