Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

prosody-13.0.4-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: prosody Distribution: openSUSE Tumbleweed
Version: 13.0.4 Vendor: openSUSE
Release: 1.2 Build date: Mon Jan 26 09:03:17 2026
Group: Productivity/Networking/Other Build host: reproducible
Size: 2230335 Source RPM: prosody-13.0.4-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://prosody.im/
Summary: Communications server for Jabber/XMPP
Prosody is a communications server for Jabber/XMPP written in Lua.

Prosody can link up with other Prosody installations and other
XMPP-compatible services to form an open communication network,
whilst allowing control over who they connect to, and who they share
data with.

Provides

Requires

License

MIT

Changelog

* Mon Jan 26 2026 Michael Vetter <mvetter@suse.com>
  - Update to 13.0.4:
    Fixes and improvements:
    * mod_s2s: Fix traceback when outgoing s2s queue is full
    * util.uuid: Fix padding of group 2 of UUIDv7 to use zeroes
    Minor changes:
    * core.modulemanager: Fix shell commands on components
    * mod_s2s: Explicitly prevent sending recursive error replies when queue is full
    * modulemanager: Allow component modules to specify additional inherited modules
    * prosodyctl check features: Use modulemanager to calculate modules that will actually be loaded
    * prosodyctl check features: change recommendation from mod_muc_mam to mod_mam
    * prosodyctl check config: Fix traceback when zero modules are enabled
    * mod_pubsub: Fail early if loaded outside of a component to prevent misconfiguration
    * doap: Add XEP-0486
    * mod_pubsub/commands: Fix listing item numbers along with item names
    * mod_account_activity: Handle authentication provider returning no user info
    * mod_mam: Automatically load mod_muc_mam if loaded on a MUC component
    * mod_muc: Inherit mod_mam if globally loaded
    * See https://blog.prosody.im/prosody-13.0.4-released/
* Fri Jan 23 2026 Michael Vetter <mvetter@suse.com>
  - Update to 13.0.3:
    Fixes and improvements:
    * mod_storage_sql: Set configurable wait time for locked SQLite3 database
    * net.server_event: Port TLS 1.3 channel binding method to libevent backend
    * mod_roster: Add command for cleaning out invalid contact JIDs
    * migrator: Allow migrating between different configs of the same driver
    * mod_admin_shell: Allow pinging any JID with xmpp:ping()
    * mod_invites: Accept –admin flag as shortcut for –role prosody:admin
    * mod_mam: Add send_legacy_offline_messages_to_mam_clients config option
    * mod_limits: Allow configuration of general ‘s2s’ limit, and have s2sout inherit from s2sin
    * mod_storage_internal: Return item-not-found for unknown before/after ids
    * MUC: Fixes for room avatar caching
    Minor changes:
    * core.configmanager: Fix referencing previous config options #1950
    * MUC: Ensure allow MUC PM setting has valid value (fixes #1933: PM does not work on new MUCs)
    * mod_storage_sql: Assert that serialization of archive:set() payload succeeds
    * mod_smacks: Remove extra optional from sm element
    * mod_s2s_auth_dane_in: Fix caching SHA2-512 hash
    * MUC: Fix muc_room_default_presence_broadcast option not working
    * util.sslconfig: Fix error when applying ssl={[port]=…}
    * net.server_epoll: Restore idle checks after pause (e.g. rate limits)
    * util.jid: Validate domainparts using IDNA or as IP literals (fixes #1903: Invalid JID in Roster)
    * util.datamanager: Fix detection of index files created on different architectures
    * util.startup: Inform process manager about failure to reload config
    * mod_muc: Revert f4e16e6265e6 and invalidate avatar cache only on vcard change
    * mod_http_file_share: Improve debug logging around unexpected file sizes
    * mod_admin_shell: Ensure JIDs are normalized in xmpp:ping()
    * mod_invites: Return error when generating password reset for non-existent account
    * util.uuid: Update UUIDv7 to match RFC 9562
  - bsc#1254309: Fix starting prosody
    Update prodody.service with content from https://hg.prosody.im/debian/file/default/prosody.service
* Fri Jan 23 2026 Michael Vetter <mvetter@suse.com>
  - Update to 13.0.2:
    Fixes and improvements:
    * mod_storage_internal: Fix queries with only start returning extra items
    * mod_invites_register: Stricter validation of registration events
    Minor changes:
    * MUC: Ensure allow MUC PM setting has valid value (fixes #1933: PM does not work on new MUCs)
    * mod_storage_sql: Delay showing SQL library error until attempted load
    * mod_storage_sql: Handle failure to deploy new UNIQUE index
    * mod_storage_sql: Add shell command to create tables and indices (again)
    * mod_s2s: Fix log to use formatting instead of concatenation (fixes #1461: Logging issues uncovered by mod_log_json)
    * modulemanager, util.pluginloader: Improve error message when load fails but some candidates were filtered
    * prosodyctl check config: add recommendation to switch from admin_telnet to shell
    * mod_storage_sql: Retrieve all indices to see if the new one exists
    * prosodyctl check config: List modules which Prosody cannot successfully load
    * net.http.files: Fix issue with caching
    * util.jsonschema: Fix handling of false as schema
    * mod_invites: Consider password reset a distinct type wrt invite page
    * configmanager: Emit config warning when referencing non-existent value
    * mod_admin_shell: Add role:list() and role:show() commands
    * MUC: Fix nickname registration form error handling (#1930)
    * MUC: Fix Error when join stanza sent without resource (#1934)
    * MUC: Factor out identification of join stanza
    * mod_invites_register: Don’t restrict username for roster invites (thanks lissine)
    * mod_admin_shell: Fix matching logic in s2s:close (Thanks Menel)
    * mod_authz_internal: Improve error message when invalid role specified
    * mod_http_file_share: Add media-src ‘self’ to Content-Security-Policy header
    * mod_admin_shell: Visual tweaks to the output of debug:cert_index()
    * mod_http: Log problems parsing IP addresses in X-Forwarded-For (Thanks Boris)
    * mod_http: Fix IP address normalization (Thanks Boris)
    * util.prosodyctl.check: Improve reporting of DNS lookup problems
* Fri Jan 23 2026 Michael Vetter <mvetter@suse.com>
  - Update to 13.0.1:
    Fixes and improvements:
    * mod_admin_shell: Add debug:cert_index() command to aid debugging of automatic certificate selection
    * mod_tls: Enable Prosody’s certificate checking for incoming s2s connections (fixes #1916: Impossible to override certificate verification policy in 13.0)
    * portmanager: Multiple fixes to use correct certificates for direct TLS ports (fixes #1915)
    * net.server_epoll: Use correct connection timeout when initiating Direct TLS
    * mod_roster: Fix shell commands when a component is involved (fixes #1908: error in prosodyctl shell roster attempting to subscribe a component)
    * mod_http_file_share: Explicitly reject all unsupported ranges
    * mod_http_file_share: Fix off by one in Range response
    * mod_admin_shell, prosodyctl shell: Report command failure when no password entered (fixes #1907: prosodyctl adduser: unexpected account creation on password mismatch)
    Minor changes:
    * mod_storage_sql: Drop legacy index without confirmation to ease upgrades
    * util.adminstream: Fix traceback on double-close (fixes #1913: Prosody fails to completely stop while shell watch:log is active)
    * certmanager: Improve logging for all cases where certs are skipped
    * mod_tls: Collect full certificate chain validation information
    * mod_s2s: Fix error detection with newer versions of OpenSSL
    * portmanager: Add debug log message to state which certificate we end up using
    * prosodyctl check certs: Use correct hostname in warning message about HTTPS
    * prosodyctl check: Be more robust against invalid disco_items, and show warning
    * spec/tls: Add TLS/certificate integration tests
    * mod_http_file_share: Improve error reporting by using util.error more
    * core.storagemanager: Fix tests by removing an assert that upset luarocks
    * core.usermanager: Fix COMPAT layer for legacy is_admin() function
    * certmanager: Remove obsolete and verbose index log (replaced by shell command)
    * doap: Add XEP-0333, XEP-0334, XEP-0156 and mod_http_altconnect
* Tue Mar 18 2025 Michael Vetter <mvetter@suse.com>
  - Update to 13.0.0:
    Modules:
    * A number of popular modules have transitioned from community modules into Prosody with this release:
      + mod_cloud_notify
      + mod_http_altconnect
    * And the following modules are completely new:
      + mod_account_activity
      + mod_flags
      + mod_s2s_auth_dane_in
      + mod_server_info
    Administration:
    * New ‘prosodyctl check features’ recommends configuration improvements
    * mod_announce: Add shell commands to send messages to all users, online users, or limited by roles
    * New mod_account_activity plugin records last login/logout time of a user account
    * New ‘watch log’ command to follow live debug logs at runtime
    * Similarly, ‘watch stanzas’ can be used to capture XML logs in real-time
    Networking:
    * Honour ‘weight’ parameter during SRV record selection
    * Support for RFC 8305 “Happy Eyeballs” to improve IPv4/IPv6 connectivity
    * Support for TCP Fast Open in server_epoll (pending LuaSocket support)
    * Support for deferred accept in server_epoll (pending LuaSocket support)
    MUC:
    * Component admins are no longer room owners by default. This can be reverted to the
      old behaviour with component_admins_as_room_owners = true, but this has known
      incompatibilities with some clients. Instead, use the shell or ad-hoc commands to
      gain ownership of rooms when necessary.
    * Permissions updates:
      + Room creation restricted to local users (of the parent host) by default
      restrict_room_creation = true restricts to admins, false disables all restrictions
      + Persistent rooms can only be created by local users (parent host) by default
      muc_room_allow_persistent = false restricts to admins
      + Public rooms can only be created by local users (parent host) by default
      muc_room_allow_public = false restricts to admins
    * Commands to show occupants and affiliations in the Shell
    * Save ‘reason’ text supplied with affiliation change
    * Owners can set MUC avatars (functionality previously in community module mod_vcard_muc)
    Security and authentication:
    * New role and permissions framework and API
    * Ability to disable and enable user accounts
    * A “grace period” is now supported for deletion requests via in-band registration
    * Advertise supported SASL Channel-Binding types (XEP-0440)
    * Implement RFC 9266 ‘tls-exporter’ channel binding with TLS 1.3
    * Implement ‘tls-server-end-point’ channel binding
    * Full DANE support for s2s
    * No longer check certificate Common Names per RFC 9525
    Storage:
    * Performance improvements in internal archive stores
    * Ability to use SQLite3 storage with LuaSQLite3 instead of LuaDBI
    * SQLCipher support
    Module API for developers:
    * New ‘keyval+’ combined keyval/map store type
    * Config interface API can require that string values be picked from a provided set
    * Acceptable interval can be specified for number options
    * Method for parsing time periods / intervals from config
    * Method for retrieving integer settings from config
    * It is now easy for modules to expose a Prosody shell command, by adding a shell-command item
    * Modules can now implement a module.ready method which will be called after server initialization
    * module:depends() now accepts a second parameter ‘soft’ to enable soft dependencies
    Configuration file:
    * The configuration file now supports referring and appending to options previously set
    * Direct usage of the Lua API in the config file is deprecated, but can now be accessed via Lua.* instead
    * Convenience functions for reading values from files, with variant meant for credentials
      or secrets (e.g. from systemd-creds)
    Changed in this release:
    * Support sub-second precision timestamps
    * mod_blocklist: New option ‘migrate_legacy_blocking’ to disable migration from mod_privacy
    * Moved all modules into the Lua namespace prosody.
    * Forwarded header from RFC 7239 supported, disabled by default
    * mod_http_file_share now uses roles framework, affecting access from e.g. components
    * Intervals of mod_cron managed periodic jobs made configurable
    * When mod_smacks is enabled, s2s connections not responding to ack requests are closed.
    * Arguments to prosodyctl shell that start with ‘:’ are now turned into method calls
    * Support for Type=notify and notify-reload systemd service type added
    * Support for the roster group access_model in mod_pep
    * Support for systemd socket activation in server_epoll
    * mod_invites_adhoc gained a command for creating password resets
    * [mod_cloud_notify] imported from community modules for push notification support
    * [mod_http_altconnect] imported from community modules, simplifying web clients
    Removed in this release:
    * Lua 5.1 support
    * XEP-0090 support removed from mod_time
    * util.rfc6724
    See also:
    * https://blog.prosody.im/prosody-13.0.0-released/
    * https://prosody.im/doc/release/13.0.0
* Thu Jan 02 2025 Michael Vetter <mvetter@suse.com>
  - Update to 0.12.5:
    Fixes and improvements:
    * mod_blocklist: Drop blocked messages without error, option to restore compliant behavior
    Minor changes:
    * core.certmanager: Validate that ‘tls_profile’ is one of the valid values
    * net.http: Throw error if missing TLS context for HTTPS request
    * net.http.parser: Reject overlarge header section earlier
    * net.http.files: Validate argument to setup function
    * MUC: optimizations for broadcast of visitor presence (thanks Jitsi team)
    * net.server_event: Add ‘wrapserver’ API
    * scansion: Enable blocklist compat during tests to fix CI
    * prosodyctl check: Warn about invalid domain names in the config file
    * util.prosodyctl.check: Correct modern replacement for ‘disallow_s2s’
    * util.prosodyctl.cert: Ensure old cert is moved out of the way
    * util.prosodyctl.check: Improve error handling of UDP socket setup (for #1803)
    * mod_smacks: Destroy timed out session in async context (fixes #1884:
      ASYNC-01 in mod_smacks hibernation timeout)
    * mod_invites: Fix traceback when token_info isn’t set
    * mod_admin_shell: Allow matching on host or bare JID in c2s:show
    * mod_admin_adhoc: Fix log messages for reloading modules.
    * core.moduleapi: Default labels to empty list to fix error if omitted
    * mod_muc_mam: Improve wording of enable setting
    * mod_bookmarks: Suppress error publishing empty legacy bookmarks w/ no PEP node
    * mod_bookmarks: Clarify log messages on failure to sync to modern PEP bookmarks
    * mod_invites_adhoc: Fix result form type (thanks betarays)
    * mod_disco: Advertise disco#info and #items on bare JIDs to fix
      [#1664]: mod_disco on account doesn’t return disco#info feature
    * util.xtemplate: Fix error on applying each() to zero stanzas
* Mon Feb 05 2024 Benoît Monin <benoit.monin@gmx.fr>
  - add provides group(prosody) for rpm 4.19 (boo#1219648)
* Wed Sep 27 2023 Reinhard Max <max@suse.com>
  - Lua 5.1 is deprecated, switch to 5.4.
  - Stop packaging example keys and certificates. It is bad security
    practice and the examples sometimes interfer with actual
    configurations.
  - Drop prosody-lua51coexist.patch
  - Add prosody-lua54coexist.patch
* Thu Sep 07 2023 Michael Vetter <mvetter@suse.com>
  - Update to 0.12.4:
    * core.certmanager: Update Mozilla TLS config to version 5.7
    * util.error: Fix error on conversion of invalid error stanza #1805
    * util.array: Fix new() library function
    * util.array: Expose new() on module table
    * prosodyctl: Fix output of error messages containing ‘%’
    * util.prosodyctl.check: Correct suggested replacement for ‘disallow_s2s’
    * util.prosodyctl.check: Allow same config syntax variants as in Prosody for some options #896
    * util.prosodyctl.check: Fix error where hostname can’t be turned into A label
    * util.prosodyctl.check: Hint about the ‘external_addresses’ config option
    * util.prosodyctl.check: Suggest ‘http_cors_override’ instead of older CORS settings
    * util.prosodyctl.check: Validate format of module list options
    * mod_websocket: Add a ‘pre-session-close’ event #1800
    * mod_smacks: Fix stray watchdog closing sessions
    * mod_csi_simple: Disable revert-to-inactive timer when going to active mode
    * mod_csi_simple: Clear delayed active mode timer on disable
    * mod_admin_shell: Fix display of remote cert status when expired etc
    * mod_smacks: Replace existing watchdog when starting hibernation
    * mod_http: Fix error if ‘access_control_allow_origins’ is set
    * mod_pubsub: Send correct ‘jid’ attribute in disco#items
    * mod_http: Unhook CORS handlers only if active to fix an error #1801
    * mod_s2s: Add event where resolver for s2sout can be tweaked
* Wed Feb 22 2023 Michael Vetter <mvetter@suse.com>
  - Update to 0.12.3:
    Fixes and improvements:
    * mod_storage_sql: Don’t avoid initialization under prosodyctl
      (fix #1787: mod_storage_sql changes (d580e6a57cbb) breaks prosodyctl)
    * mod_storage_sql: Fix for breaking change in certain MySQL versions (#1639)
    * prosodyctl check dns: Check for Direct TLS SRV records even if not configured (#1793)
    Minor changes:
    * mod_websocket: Fire pre-session-close event (fixes #1800: mod_websocket:
      cleanly-closed sessions are hibernated by mod_smacks)
    * sessionmanager: Mark session as destroyed to prevent reentry (fixes #1781)
    * mod_admin_socket: Return error on unhandled input to prevent apparent freeze
    * configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)
    * net.http.parser: Improve handling of responses without content-length
    * net.http.parser: Fix off-by-one error in chunk parser
    * net.http.server: Add new API to get HTTP request from a connection
    * net.http.server: Fix double close of file handle in chunked mode with opportunistic writes (#1789)
    * util.prosodyctl.shell: Close state on exit to fix saving shell history
    * mod_invites: Prefer landing page over xmpp URI in shell command
    * mod_muc_mam: Add mam#extended form fields #1796
    * mod_muc_mam: Copy “include total” behavior from mod_mam
    * util.startup: Close state on exit to ensure GC finalizers are called
* Wed Feb 15 2023 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add pregenerated example crt+key files
    to make builds reproducible
* Wed Jan 25 2023 Michal Suchanek <msuchanek@suse.de>
  - Opencode %make_build to prevent build failure when not defined.

Files

/etc/prosody
/etc/prosody/certs
/etc/prosody/certs/GNUmakefile
/etc/prosody/certs/localhost.cnf
/etc/prosody/certs/makefile
/etc/prosody/certs/openssl.cnf
/etc/prosody/prosody.cfg.lua
/run/prosody
/usr/bin/prosody
/usr/bin/prosodyctl
/usr/lib/systemd/system/prosody.service
/usr/lib/tmpfiles.d/prosody.conf
/usr/lib64/prosody
/usr/lib64/prosody/core
/usr/lib64/prosody/core/certmanager.lua
/usr/lib64/prosody/core/configmanager.lua
/usr/lib64/prosody/core/features.lua
/usr/lib64/prosody/core/hostmanager.lua
/usr/lib64/prosody/core/loggingmanager.lua
/usr/lib64/prosody/core/moduleapi.lua
/usr/lib64/prosody/core/modulemanager.lua
/usr/lib64/prosody/core/portmanager.lua
/usr/lib64/prosody/core/rostermanager.lua
/usr/lib64/prosody/core/s2smanager.lua
/usr/lib64/prosody/core/sessionmanager.lua
/usr/lib64/prosody/core/stanza_router.lua
/usr/lib64/prosody/core/statsmanager.lua
/usr/lib64/prosody/core/storagemanager.lua
/usr/lib64/prosody/core/usermanager.lua
/usr/lib64/prosody/loader.lua
/usr/lib64/prosody/modules
/usr/lib64/prosody/modules/adhoc
/usr/lib64/prosody/modules/adhoc/adhoc.lib.lua
/usr/lib64/prosody/modules/adhoc/mod_adhoc.lua
/usr/lib64/prosody/modules/mod_account_activity.lua
/usr/lib64/prosody/modules/mod_admin_adhoc.lua
/usr/lib64/prosody/modules/mod_admin_shell.lua
/usr/lib64/prosody/modules/mod_admin_socket.lua
/usr/lib64/prosody/modules/mod_admin_telnet.lua
/usr/lib64/prosody/modules/mod_announce.lua
/usr/lib64/prosody/modules/mod_auth_anonymous.lua
/usr/lib64/prosody/modules/mod_auth_insecure.lua
/usr/lib64/prosody/modules/mod_auth_internal_hashed.lua
/usr/lib64/prosody/modules/mod_auth_internal_plain.lua
/usr/lib64/prosody/modules/mod_auth_ldap.lua
/usr/lib64/prosody/modules/mod_authz_internal.lua
/usr/lib64/prosody/modules/mod_blocklist.lua
/usr/lib64/prosody/modules/mod_bookmarks.lua
/usr/lib64/prosody/modules/mod_bosh.lua
/usr/lib64/prosody/modules/mod_c2s.lua
/usr/lib64/prosody/modules/mod_carbons.lua
/usr/lib64/prosody/modules/mod_cloud_notify.lua
/usr/lib64/prosody/modules/mod_component.lua
/usr/lib64/prosody/modules/mod_cron.lua
/usr/lib64/prosody/modules/mod_csi.lua
/usr/lib64/prosody/modules/mod_csi_simple.lua
/usr/lib64/prosody/modules/mod_debug_reset.lua
/usr/lib64/prosody/modules/mod_debug_sql.lua
/usr/lib64/prosody/modules/mod_debug_stanzas
/usr/lib64/prosody/modules/mod_debug_stanzas/watcher.lib.lua
/usr/lib64/prosody/modules/mod_dialback.lua
/usr/lib64/prosody/modules/mod_disco.lua
/usr/lib64/prosody/modules/mod_external_services.lua
/usr/lib64/prosody/modules/mod_flags.lua
/usr/lib64/prosody/modules/mod_groups.lua
/usr/lib64/prosody/modules/mod_http.lua
/usr/lib64/prosody/modules/mod_http_altconnect.lua
/usr/lib64/prosody/modules/mod_http_errors.lua
/usr/lib64/prosody/modules/mod_http_file_share.lua
/usr/lib64/prosody/modules/mod_http_files.lua
/usr/lib64/prosody/modules/mod_http_openmetrics.lua
/usr/lib64/prosody/modules/mod_invites.lua
/usr/lib64/prosody/modules/mod_invites_adhoc.lua
/usr/lib64/prosody/modules/mod_invites_register.lua
/usr/lib64/prosody/modules/mod_iq.lua
/usr/lib64/prosody/modules/mod_lastactivity.lua
/usr/lib64/prosody/modules/mod_legacyauth.lua
/usr/lib64/prosody/modules/mod_limits.lua
/usr/lib64/prosody/modules/mod_mam
/usr/lib64/prosody/modules/mod_mam/mamprefs.lib.lua
/usr/lib64/prosody/modules/mod_mam/mamprefsxml.lib.lua
/usr/lib64/prosody/modules/mod_mam/mod_mam.lua
/usr/lib64/prosody/modules/mod_message.lua
/usr/lib64/prosody/modules/mod_mimicking.lua
/usr/lib64/prosody/modules/mod_motd.lua
/usr/lib64/prosody/modules/mod_muc_mam.lua
/usr/lib64/prosody/modules/mod_muc_unique.lua
/usr/lib64/prosody/modules/mod_net_multiplex.lua
/usr/lib64/prosody/modules/mod_offline.lua
/usr/lib64/prosody/modules/mod_pep.lua
/usr/lib64/prosody/modules/mod_pep_plus.lua
/usr/lib64/prosody/modules/mod_pep_simple.lua
/usr/lib64/prosody/modules/mod_ping.lua
/usr/lib64/prosody/modules/mod_posix.lua
/usr/lib64/prosody/modules/mod_presence.lua
/usr/lib64/prosody/modules/mod_private.lua
/usr/lib64/prosody/modules/mod_proxy65.lua
/usr/lib64/prosody/modules/mod_pubsub
/usr/lib64/prosody/modules/mod_pubsub/commands.lib.lua
/usr/lib64/prosody/modules/mod_pubsub/mod_pubsub.lua
/usr/lib64/prosody/modules/mod_pubsub/pubsub.lib.lua
/usr/lib64/prosody/modules/mod_register.lua
/usr/lib64/prosody/modules/mod_register_ibr.lua
/usr/lib64/prosody/modules/mod_register_limits.lua
/usr/lib64/prosody/modules/mod_roster.lua
/usr/lib64/prosody/modules/mod_s2s.lua
/usr/lib64/prosody/modules/mod_s2s_auth_certs.lua
/usr/lib64/prosody/modules/mod_s2s_auth_dane_in.lua
/usr/lib64/prosody/modules/mod_s2s_bidi.lua
/usr/lib64/prosody/modules/mod_saslauth.lua
/usr/lib64/prosody/modules/mod_scansion_record.lua
/usr/lib64/prosody/modules/mod_server_contact_info.lua
/usr/lib64/prosody/modules/mod_server_info.lua
/usr/lib64/prosody/modules/mod_smacks.lua
/usr/lib64/prosody/modules/mod_stanza_debug.lua
/usr/lib64/prosody/modules/mod_storage_internal.lua
/usr/lib64/prosody/modules/mod_storage_memory.lua
/usr/lib64/prosody/modules/mod_storage_none.lua
/usr/lib64/prosody/modules/mod_storage_sql.lua
/usr/lib64/prosody/modules/mod_storage_xep0227.lua
/usr/lib64/prosody/modules/mod_time.lua
/usr/lib64/prosody/modules/mod_tls.lua
/usr/lib64/prosody/modules/mod_tokenauth.lua
/usr/lib64/prosody/modules/mod_tombstones.lua
/usr/lib64/prosody/modules/mod_turn_external.lua
/usr/lib64/prosody/modules/mod_unknown.lua
/usr/lib64/prosody/modules/mod_uptime.lua
/usr/lib64/prosody/modules/mod_user_account_management.lua
/usr/lib64/prosody/modules/mod_vcard.lua
/usr/lib64/prosody/modules/mod_vcard4.lua
/usr/lib64/prosody/modules/mod_vcard_legacy.lua
/usr/lib64/prosody/modules/mod_version.lua
/usr/lib64/prosody/modules/mod_watchregistrations.lua
/usr/lib64/prosody/modules/mod_websocket.lua
/usr/lib64/prosody/modules/mod_welcome.lua
/usr/lib64/prosody/modules/mod_windows.lua
/usr/lib64/prosody/modules/muc
/usr/lib64/prosody/modules/muc/config_form_sections.lib.lua
/usr/lib64/prosody/modules/muc/description.lib.lua
/usr/lib64/prosody/modules/muc/hats.lib.lua
/usr/lib64/prosody/modules/muc/hidden.lib.lua
/usr/lib64/prosody/modules/muc/history.lib.lua
/usr/lib64/prosody/modules/muc/language.lib.lua
/usr/lib64/prosody/modules/muc/lock.lib.lua
/usr/lib64/prosody/modules/muc/members_only.lib.lua
/usr/lib64/prosody/modules/muc/mod_muc.lua
/usr/lib64/prosody/modules/muc/moderated.lib.lua
/usr/lib64/prosody/modules/muc/muc.lib.lua
/usr/lib64/prosody/modules/muc/name.lib.lua
/usr/lib64/prosody/modules/muc/occupant.lib.lua
/usr/lib64/prosody/modules/muc/occupant_id.lib.lua
/usr/lib64/prosody/modules/muc/password.lib.lua
/usr/lib64/prosody/modules/muc/persistent.lib.lua
/usr/lib64/prosody/modules/muc/presence_broadcast.lib.lua
/usr/lib64/prosody/modules/muc/register.lib.lua
/usr/lib64/prosody/modules/muc/request.lib.lua
/usr/lib64/prosody/modules/muc/restrict_pm.lib.lua
/usr/lib64/prosody/modules/muc/subject.lib.lua
/usr/lib64/prosody/modules/muc/util.lib.lua
/usr/lib64/prosody/modules/muc/vcard.lib.lua
/usr/lib64/prosody/modules/muc/whois.lib.lua
/usr/lib64/prosody/net
/usr/lib64/prosody/net/adns.lua
/usr/lib64/prosody/net/connect.lua
/usr/lib64/prosody/net/cqueues.lua
/usr/lib64/prosody/net/dns.lua
/usr/lib64/prosody/net/http
/usr/lib64/prosody/net/http.lua
/usr/lib64/prosody/net/http/codes.lua
/usr/lib64/prosody/net/http/errors.lua
/usr/lib64/prosody/net/http/files.lua
/usr/lib64/prosody/net/http/parser.lua
/usr/lib64/prosody/net/http/server.lua
/usr/lib64/prosody/net/resolvers
/usr/lib64/prosody/net/resolvers/basic.lua
/usr/lib64/prosody/net/resolvers/chain.lua
/usr/lib64/prosody/net/resolvers/manual.lua
/usr/lib64/prosody/net/resolvers/service.lua
/usr/lib64/prosody/net/server.lua
/usr/lib64/prosody/net/server_epoll.lua
/usr/lib64/prosody/net/server_event.lua
/usr/lib64/prosody/net/server_select.lua
/usr/lib64/prosody/net/stun.lua
/usr/lib64/prosody/net/tls_luasec.lua
/usr/lib64/prosody/net/unbound.lua
/usr/lib64/prosody/net/websocket
/usr/lib64/prosody/net/websocket.lua
/usr/lib64/prosody/net/websocket/frames.lua
/usr/lib64/prosody/prosody.version
/usr/lib64/prosody/util
/usr/lib64/prosody/util/adhoc.lua
/usr/lib64/prosody/util/adminstream.lua
/usr/lib64/prosody/util/argparse.lua
/usr/lib64/prosody/util/array.lua
/usr/lib64/prosody/util/async.lua
/usr/lib64/prosody/util/bit53.lua
/usr/lib64/prosody/util/bitcompat.lua
/usr/lib64/prosody/util/cache.lua
/usr/lib64/prosody/util/caps.lua
/usr/lib64/prosody/util/compat.so
/usr/lib64/prosody/util/crypto.so
/usr/lib64/prosody/util/dataforms.lua
/usr/lib64/prosody/util/datamanager.lua
/usr/lib64/prosody/util/datamapper.lua
/usr/lib64/prosody/util/datetime.lua
/usr/lib64/prosody/util/dbuffer.lua
/usr/lib64/prosody/util/debug.lua
/usr/lib64/prosody/util/dependencies.lua
/usr/lib64/prosody/util/dns.lua
/usr/lib64/prosody/util/dnsregistry.lua
/usr/lib64/prosody/util/encodings.so
/usr/lib64/prosody/util/envload.lua
/usr/lib64/prosody/util/error.lua
/usr/lib64/prosody/util/events.lua
/usr/lib64/prosody/util/filters.lua
/usr/lib64/prosody/util/format.lua
/usr/lib64/prosody/util/fsm.lua
/usr/lib64/prosody/util/gc.lua
/usr/lib64/prosody/util/hashes.so
/usr/lib64/prosody/util/hashring.lua
/usr/lib64/prosody/util/helpers.lua
/usr/lib64/prosody/util/hex.lua
/usr/lib64/prosody/util/hmac.lua
/usr/lib64/prosody/util/http.lua
/usr/lib64/prosody/util/human
/usr/lib64/prosody/util/human/io.lua
/usr/lib64/prosody/util/human/units.lua
/usr/lib64/prosody/util/id.lua
/usr/lib64/prosody/util/import.lua
/usr/lib64/prosody/util/indexedbheap.lua
/usr/lib64/prosody/util/interpolation.lua
/usr/lib64/prosody/util/ip.lua
/usr/lib64/prosody/util/iterators.lua
/usr/lib64/prosody/util/jid.lua
/usr/lib64/prosody/util/json.lua
/usr/lib64/prosody/util/jsonpointer.lua
/usr/lib64/prosody/util/jsonschema.lua
/usr/lib64/prosody/util/jwt.lua
/usr/lib64/prosody/util/logger.lua
/usr/lib64/prosody/util/mathcompat.lua
/usr/lib64/prosody/util/mercurial.lua
/usr/lib64/prosody/util/multitable.lua
/usr/lib64/prosody/util/net.so
/usr/lib64/prosody/util/openmetrics.lua
/usr/lib64/prosody/util/openssl.lua
/usr/lib64/prosody/util/paseto.lua
/usr/lib64/prosody/util/paths.lua
/usr/lib64/prosody/util/pluginloader.lua
/usr/lib64/prosody/util/poll.so
/usr/lib64/prosody/util/pposix.so
/usr/lib64/prosody/util/presence.lua
/usr/lib64/prosody/util/promise.lua
/usr/lib64/prosody/util/prosodyctl
/usr/lib64/prosody/util/prosodyctl.lua
/usr/lib64/prosody/util/prosodyctl/cert.lua
/usr/lib64/prosody/util/prosodyctl/check.lua
/usr/lib64/prosody/util/prosodyctl/shell.lua
/usr/lib64/prosody/util/pubsub.lua
/usr/lib64/prosody/util/queue.lua
/usr/lib64/prosody/util/random.lua
/usr/lib64/prosody/util/ringbuffer.so
/usr/lib64/prosody/util/roles.lua
/usr/lib64/prosody/util/rsm.lua
/usr/lib64/prosody/util/sasl
/usr/lib64/prosody/util/sasl.lua
/usr/lib64/prosody/util/sasl/anonymous.lua
/usr/lib64/prosody/util/sasl/external.lua
/usr/lib64/prosody/util/sasl/oauthbearer.lua
/usr/lib64/prosody/util/sasl/plain.lua
/usr/lib64/prosody/util/sasl/scram.lua
/usr/lib64/prosody/util/serialization.lua
/usr/lib64/prosody/util/session.lua
/usr/lib64/prosody/util/set.lua
/usr/lib64/prosody/util/signal.so
/usr/lib64/prosody/util/smqueue.lua
/usr/lib64/prosody/util/sql.lua
/usr/lib64/prosody/util/sqlite3.lua
/usr/lib64/prosody/util/sslconfig.lua
/usr/lib64/prosody/util/stanza.lua
/usr/lib64/prosody/util/startup.lua
/usr/lib64/prosody/util/statistics.lua
/usr/lib64/prosody/util/statsd.lua
/usr/lib64/prosody/util/strbitop.so
/usr/lib64/prosody/util/struct.so
/usr/lib64/prosody/util/table.so
/usr/lib64/prosody/util/template.lua
/usr/lib64/prosody/util/termcolours.lua
/usr/lib64/prosody/util/throttle.lua
/usr/lib64/prosody/util/time.so
/usr/lib64/prosody/util/timer.lua
/usr/lib64/prosody/util/uuid.lua
/usr/lib64/prosody/util/watchdog.lua
/usr/lib64/prosody/util/x509.lua
/usr/lib64/prosody/util/xml.lua
/usr/lib64/prosody/util/xmppstream.lua
/usr/lib64/prosody/util/xpcall.lua
/usr/lib64/prosody/util/xtemplate.lua
/usr/sbin/rcprosody
/usr/share/man/man1/prosodyctl.1.gz
/var/lib/prosody
/var/log/prosody


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 15:27:28 2026