ejabberd-contrib 0.2016.01.12~dfsg0-1 source package in Ubuntu
Changelog
ejabberd-contrib (0.2016.01.12~dfsg0-1) unstable; urgency=medium * Imported Upstream version 0.2016.01.12~dfsg0 * Adjusted packaging to new ejabberd release (16.01) * Updated debian/copyright * Updated README.Debian -- Philipp Huebner <email address hidden> Mon, 18 Jan 2016 16:33:44 +0100
Upload details
- Uploaded by:
- Ejabberd Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Ejabberd Packaging Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ejabberd-contrib_0.2016.01.12~dfsg0-1.dsc | 3.0 KiB | b5522f8e4224363870754f62d728e34aaf51d78c7bec182cd4d208450531f852 |
ejabberd-contrib_0.2016.01.12~dfsg0.orig.tar.gz | 455.2 KiB | c56dc6fdb36fc552947ab5e75cda812295d237a55c16aaf9e5711d7ad7ed8375 |
ejabberd-contrib_0.2016.01.12~dfsg0-1.debian.tar.xz | 5.9 KiB | cbc367fefaa21e239ceb682ae391942e8fd44439a7754b6603521cde085d437a |
Available diffs
No changes file available.
Binary packages built by this source
- ejabberd-contrib: No summary available for ejabberd-contrib in ubuntu yakkety.
No description available for ejabberd-contrib in ubuntu yakkety.
- ejabberd-mod-cron: 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-log-chat: logs chat messages to text or html
mod_log_chat is an ejabberd module aimed at logging chat messages in
text files. mod_log_chat creates one file per couple of chatters and
per day (it doesn't log muc messages, use mod_muc_log for this).
.
It can store messages in plain text or HTML format.
- ejabberd-mod-logsession: No summary available for ejabberd-mod-logsession in ubuntu yakkety.
No description available for ejabberd-
mod-logsession in ubuntu yakkety.
- ejabberd-mod-logxml: logs XMPP packets to an XML file
This module sniffs all the XMPP traffic sent and received by ejabberd,
both internally and externally transmitted. It logs the XMPP packets
to an XML formatted file. It's possible to filter transmitted packets
by orientation, stanza and direction. It's possible to configure the
file rotation rules and intervals.
- ejabberd-mod-mam-mnesia: Message Archive Management (XEP-0313) support
This module implements XEP-0313: Message Archive Management (MAM).
MAM provides server-side storage of messages, which allows for proper
synchronization of multiple clients.
- ejabberd-mod-message-log: No summary available for ejabberd-mod-message-log in ubuntu yakkety.
No description available for ejabberd-
mod-message- log in ubuntu yakkety.
- ejabberd-mod-muc-log-http: serves MUC logs on the web
This module serves the directory containing MUC logs already configured on
mod_muc_log. This way there is no need to set up a separate web server to
allow your users to view the MUC logs. It is a small modification of
mod_http_fileserver, customized for log serving.
- ejabberd-mod-post-log: logs all messages to an HTTP API
This module implements logging of all messages sent (chat and groupchat) via
an HTTP API.
Simply activate the module in ejabberd.yml after installation, see the included
README.txt for further information.
- ejabberd-mod-rest: HTTP interface to POST arbitrary stanzas to ejabberd
This is an ejabberd module that adds an HTTP handler that allows HTTP
clients to literally post arbitrary message stanzas to ejabberd. Those
stanzas then get shoved through ejabberd's router just like any other
stanza.
.
This module can also be used as a frontend to execute ejabberd commands.
- ejabberd-mod-s2s-log: logs 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.
- ejabberd-mod-shcommands: No summary available for ejabberd-mod-shcommands in ubuntu yakkety.
No description available for ejabberd-
mod-shcommands in ubuntu yakkety.
- ejabberd-mod-statsdx: calculates and gathers statistics actively
This module measures several statistics. It provides a new section in
ejabberd Web Admin and two ejabberd commands to view the information.
Simply activate the module in ejabberd.yml after installation, see the included
README.txt for further information.
- ejabberd-mod-webpresence: allows any local ejabberd user to publish his presence information
This module allows any local user of the ejabberd server to publish his
presence information on the web.
This module is the succesor of Igor Goryachev's mod_presence.
.
Allowed output methods are:
* icons (various themes available);
* status text;
* raw XML;
* avatar, stored in the user's vCard.
.
No web server, database, additional libraries or programs are required.