Commit graph

149 commits

Author SHA1 Message Date
Kim Alvefur
2f37c443b8 core.configmanager: Add ways to read config values from files
Inspired by something MattJ said

Allows retrieving config values from files which are expected to be
relative to the config directory, extending on the ENV_ method of
retrieving config values from outside the config file.

- FileLine retrieves the first line, stripping any trailing newline
- FileContents reads the whole file
- FileLines reads lines into an array
2025-01-16 15:05:00 +01:00
Kim Alvefur
77833e7394 scansion: Remove publisher attribute from bookmarks2 tests
Seems exposing publisher is not enabled in mod_pep, but then it'll be
the user themselves most of the time
2024-10-31 17:18:43 +01:00
Kim Alvefur
12b787430a scansion: Import XEP-0402 test from prosody-modules rev 2c6b14207271
This corresponds to the file mod_bookmarks2/tests/bookmarks2.scs
2024-10-31 17:22:38 +01:00
Kim Alvefur
5915d6fbcd Merge 0.12->trunk 2024-06-12 23:20:48 +02:00
Kim Alvefur
935de9b5e7 scansion: Add roster groups setting to pubsub form in tests 2024-06-12 23:14:55 +02:00
Kim Alvefur
11bc995c0b scansion: Enable blocklist compat during tests to fix CI 2024-06-12 23:00:24 +02:00
Kim Alvefur
4ca636bb7e mod_disco: Advertise disco#info and #items on bare JIDs to fix #1664
Having to add these in *there* places seems less than ideal.

I would also think that advertising disco#info is a bit redundant, since
it is a requirement for everything in XMPP and if it was missing you
would get an error back.
2023-12-17 18:55:14 +01:00
Kim Alvefur
96301b2229 mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom)
This is happens if the account is new and doesn't have any bookmarks
yet, which is not a problem.

Rarely seen since most clients currently use the older version of
XEP-0084 stored in XEP-0049 rather than in PEP, but at least one
(Converse.js )does.

One scenario in which this would show up often is with Converse.js as a
guest chat using anonymous authentication, where all "accounts" would
always be new and not have any bookmarks. This scenario probably does
not need to have mod_bookmarks at all, but if enabled globally it would
likely become loaded onto the VirtualHost unless explicitly disabled.
2022-07-26 23:44:33 +02:00
Kim Alvefur
cb66977bd4 MUC: Record reason for affiliation changes and return in list (fixes #1227) 2021-08-08 18:07:17 +02:00
Kim Alvefur
c8c1482dae MUC: Test that <subject/> + <thread/> is not handled as subject change
Ref #667
Ref #1838
2024-01-23 13:00:58 +01:00
Kim Alvefur
a7799e11a9 Merge 0.12->trunk 2023-12-17 19:02:56 +01:00
Kim Alvefur
6438e929b2 scansion: Use new style for accessing Lua globals 2023-12-17 16:41:47 +01:00
Kim Alvefur
0b5df6bdac scansion: Use new prosody namespace in import 2023-12-17 16:41:27 +01:00
Kim Alvefur
30f791386b scansion: Use captures or wildcards instead of mocking time
> Mockery is one of the things I hold dear! And he's making a mockery of it!!
-- Belkar Bitterleaf
2023-12-17 16:29:03 +01:00
Matthew Wild
00dfd64a86 integration tests: Preserve unmocked time.monotonic()
With monotonic() frozen, timers may fail to trigger. This caused problems
after the new util.startup changes that moved the server-started event to a
timer. The timer wouldn't trigger, the event didn't fire, and prosody would
fail to daemonize.

All the tests that depend on specific time behaviour are depending on wall
clock time, so only mocking util.time.now() and os.time() fixes those.
2023-04-06 14:00:54 +01:00
Matthew Wild
a68bddfee8 scansion: Enable mod_debug_reset during tests 2023-03-23 14:41:08 +00:00
Matthew Wild
893366fb79 scansion: vcard_temp: Ensure at least one connection is open throughout test
I plan to introduce logic to "reset" the server between individual tests,
which is currently triggered by the lack of any connections. This is the only
test that has a point where no clients are connected, and it's not necessary,
so I changed it to keep the connection open for the duration of the test.
2023-03-23 14:19:43 +00:00
Matthew Wild
f3792af0fe scansion: Fix tests failing after addition of pubsub#itemreply config field
This is a newly added field, and we expect to see it in these places now.
2023-03-23 14:16:32 +00:00
Matthew Wild
18d9e6f65a scansion: Fix tests failing due to lack of 'publisher'
publisher is no longer included by default in broadcasts, but configured via
pubsub#itemreply instead.
2023-03-23 14:15:33 +00:00
Matthew Wild
d1d45c52e2 scansion: Add tests for pubsub#itemreply in PEP 2023-03-22 16:53:36 +00:00
Matthew Wild
26705419f9 scansion: PEP notifications no longer carry 'publisher' by default
Previous behaviour:

- publisher was always included in PEP notifications
- publisher was never included in get_items requests

New behaviour:

- publisher is included in both notifications and retrieval if
  itemreply == publisher
- publisher is not ever included if itemreply ~= publisher
2023-03-22 16:48:51 +00:00
Kim Alvefur
e2807b035e mod_mam: Store archives with sub-second precision timestamps
Changes sub-second part of example timestamp to .5 in order to avoid
floating point issues.

Some clients use timestamps when ordering messages which can lead to
messages having the same timestamp ending up in the wrong order.

It would be better to preserve the order messages are sent in, which is
the order they were stored in.
2022-08-14 17:28:31 +02:00
Kim Alvefur
7056bc0674 mod_tombstones: Add a very basic test case 2021-12-23 15:17:18 +01:00
Jonas Schäfer
663028421f mod_roster: pass correct username to roster-item-removed
The other invocations use it that way, and the only listener in trunk
which uses it (in mod_presence) expects it that way.

Passing the username of the JID from the removed entry causes incorrect
unavailable presence stanzas to be sent, allegedly kicking people off
MUCs.

Fixes #1121.
2021-12-22 13:06:32 +01:00
Kim Alvefur
449311b2d1 MUC: Remove <{muc}x> tags in some errors
Including the payload of the stanza that caused the error is optional
and we're generally not doing it anywhere else.
2021-12-08 21:55:25 +01:00
Kim Alvefur
d621e0626c MUC: Remove remaining deprecated numeric error codes
The numeric error codes seems to have been removed from the examples in
XEP-0045 version 1.24, and were deprecated even by RFC 3920 in 2004,
only allowed for backwards compatibility.
2021-12-08 21:02:14 +01:00
Kim Alvefur
5016e66640 mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
Clients would generally be using the "max" symbol instead of discovering
this, but this also gets us validation and earlier rejection of out of
bounds values.
2021-10-20 17:32:34 +02:00
Kim Alvefur
8b769c373d mod_pubsub: Prevent max_items from being set to zero
Disable persistence instead if no items should be persisted.

XEP-0060 is not entirely clear on what either of those option really
mean.
2021-10-20 17:31:24 +02:00
Kim Alvefur
4b05d0f240 mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436
Default left as 'never' in mod_pubsub to preserve the previous behavior.
Unclear if this is desirable, but can always be changed later.

In mod_pep this allows turning off the automatic resending of most
recent item.
2021-10-19 18:11:50 +02:00
Kim Alvefur
22060f15cc mod_pubsub: Add support for limiting result size #1608 2021-09-05 16:43:41 +02:00
Kim Alvefur
d915f98800 mod_external_services: Validate required attributes on credentials requests 2021-08-29 23:26:19 +02:00
Kim Alvefur
c506269ff5 Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check
for typos.
2021-07-27 00:13:18 +02:00
Kim Alvefur
8116134258 mod_pubsub: Explicitly enable persistence by default to preserve behavior
Since nodes were always persistent according to the XEP-0060 definition.
Whether data is stored in memory or on disk was not what this setting
was meant for.
2021-07-21 23:35:08 +02:00
Kim Alvefur
e1a84801f6 scansion tests: Enable 'expose_publisher' since we test for it 2021-07-25 13:52:52 +02:00
Kim Alvefur
23dbdae2aa mod_pubsub: Fix inclusion of publisher (fixes #1399) 2019-05-01 22:33:22 +02:00
Kim Alvefur
a399b1caed Merge 0.11->trunk 2021-07-23 17:13:06 +02:00
Kim Alvefur
00735e4759 MUC: Fix logic for access to affiliation lists
Fixes https://prosody.im/security/advisory_20210722/

Backs out 4d7b925652d9
2021-07-22 17:18:39 +02:00
Kim Alvefur
d258cd5054 scansion tests: Allow specifying network settings via environment variable
Allows testing e.g. opportunistic writes or other settings easily in CI
or otherwise without editing the config file.

make integration-test PROSODY_NETWORK_SETTINGS='{"opportunistic_writes":true}'
2021-07-11 10:09:10 +02:00
Kim Alvefur
09d8f12548 scansion tests: Allow specifying network backend via environment variable
To make it easier to test select and event without having to edit the
config file, e.g. in CI.

make integration-test PROSODY_NETWORK_BACKEND=event
2021-07-11 10:09:07 +02:00
Kim Alvefur
c880dee2af mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'
Fixes #1643

API change: The argument to archive_itemstore() changes type to integer
2021-06-09 15:58:49 +02:00
Kim Alvefur
0516d96335 scansion: Really silence the certificates dir error
certificate_s_, plural, is the directory setting
2021-05-28 00:17:44 +02:00
Kim Alvefur
36ea4c5717 scansion: Silence an error from cert indexer due to missing certs dir 2021-05-27 15:49:57 +02:00
Kim Alvefur
4395895fef core.modulemanager: Inherit mod_server_contact_info onto components #1270 2021-05-27 11:18:42 +02:00
Kim Alvefur
a87492d53c mod_server_contact_info: Apply JID normalization 2020-09-11 18:34:06 +02:00
Kim Alvefur
90e4a09661 mod_pubsub: Include <pubsub> with unsubscribe reply
XEP-0060 6.2.2

This is a MAY but it makes it nice and symmetric with the subscription
response. Reduces the need to remember which node you unsubscribed from.

Explicit > implicit etc.
2021-03-15 19:04:08 +01:00
Kim Alvefur
a7ce8c8251 MUC: Add robot face test
See 6e051bfca12d
2021-03-02 13:52:19 +01:00
Kim Alvefur
d4986121ac scansion tests: Give a title to HTTP Upload test 2021-02-03 22:13:33 +01:00
Kim Alvefur
a262f03ca7 mod_mam: Remove obsolete queryid attribute from tests 2021-01-29 17:08:16 +01:00
Kim Alvefur
3ab51f6864 mod_http_file_share: Reject invalid file sizes 2021-01-27 00:36:49 +01:00
Kim Alvefur
456ca909e2 mod_http_file_share: Add file type filter
Unlike mod_http_upload, this can't be bypassed by uploading with a
different file extension.
2021-01-26 14:53:43 +01:00