gnome-shell-extension-desktop-icons-ng

desktop icon support for GNOME Shell

This package provides a GNOME Shell extension for showing the contents of ~/Desktop on the desktop of the Shell. Common file management operations such as launching, copy/paste, rename and deleting are supported.

ejabberd

extensible realtime platform (XMPP server + MQTT broker + SIP service)

ejabberd is a Jabber/XMPP + MQTT + SIP server written in Erlang, featuring: * distributed operation with load-balancing across a cluster; * fault-tolerant database replication and storage on multiple nodes, allowing nodes to be added or replaced "on the fly"; * virtual hosting (several virtual domains can be served using a single ejabberd instance); * XMPP compliance; * MQTT 5 compliance; * SIP service; * web-based administration; * SSL/TLS support; * conferencing via Multi-User Chat; * Jabber Users Directory, based on users' vCards; * service discovery; * shared roster.

ejabberd-mod-cron

ejabberd module to execute scheduled commands

This module allows advanced ejabberd administrators to schedule commands for periodic and automatic execution. Each time a scheduled task finishes its execution, a message is printed in the ejabberd log file.

ejabberd-mod-default-rooms

ejabberd module to add MUC bookmark(s) upon registration

This module allows for specifying one or more rooms that should be bookmarked automatically on successful user registration (via "mod_register", or, for example, "ejabberdctl register").

ejabberd-mod-deny-omemo

ejabberd module to prevent OMEMO sessions from being established

Unless the configured access rule (called 'omemo' by default) returns 'allow', this module prevents OMEMO sessions from being established. Requests to query the devicelist from other users are rejected. Requests to publish a devicelist are also rejected, and all OMEMO nodes referenced in that devicelist are removed. Incoming devicelist updates are silently dropped. OMEMO-encrypted messages are bounced with an error message.

ejabberd-mod-s2s-log

ejabberd module to log XMPP s2s connections

This module can be used to keep a track of other XMPP servers your server has been connected with. Simply activate the module in ejabberd.yml after installation, see the included README.txt for further information.