https://github.com/tigase/tigase-mix
(M) Tigase MIX Component (Mediated Information eXchange)
https://github.com/tigase/tigase-mix
component mix server tigase tigase-mix-component tigase-xmpp-server xmpp
Last synced: 5 months ago
JSON representation
(M) Tigase MIX Component (Mediated Information eXchange)
- Host: GitHub
- URL: https://github.com/tigase/tigase-mix
- Owner: tigase
- License: agpl-3.0
- Created: 2020-01-28T17:20:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T19:15:54.000Z (over 1 year ago)
- Last Synced: 2025-04-24T21:51:38.810Z (about 1 year ago)
- Topics: component, mix, server, tigase, tigase-mix-component, tigase-xmpp-server, xmpp
- Language: Java
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
The MIX (Mediated Information eXchange) component for Tigase XMPP Server.
# What it is
Tigase MIX Component is XMPP component (based on [Tigase PubSub Component](https://github.com/tigase/tigase-pubsub/)) for Tigase XMPP Server providing support for [XEP-0369: Mediated Information eXchange (MIX)](https://xmpp.org/extensions/xep-0369.html)
# Features
It provides support to Tigase XMPP Server for following features:
* [XEP-0369: Mediated Information eXchange (MIX)](https://xmpp.org/extensions/xep-0369.html)
* [XEP-0403: Mediated Information eXchange (MIX): Presence Support](https://xmpp.org/extensions/xep-0403.html) *(only support for relaying IQ stanzas)*
* [XEP-0406: Mediated Information eXchange (MIX): MIX Administration](https://xmpp.org/extensions/xep-0406.html)
* [XEP-0407: Mediated Information eXchange (MIX): Miscellaneous Capabilities](https://xmpp.org/extensions/xep-0407.html) *(only support for avatar publishing and message retraction)*
* [XEP-0408: Mediated Information eXchange (MIX): Co-existence with MUC](https://xmpp.org/extensions/xep-0408.html) *(same component under the same JID handles MIX and has basic support for MUC)*
# Downloads
You can download distribution version of Tigase XMPP Server which contains Tigase MIX Component directly from [here](https://github.com/tigaseinc/tigase-server/releases).
If you wish to downloand SNAPSHOT build of the development version of Tigase XMPP Server which contains Tigase MIX Component you can grab it from [here](https://build.tigase.net/nightlies/dists/latest/tigase-server-dist-max.zip).
# Compilation
Compilation of the project is very easy as it is typical Maven project. All you need to do is to execute
````bash
mvn package test
````
to compile the project and run unit tests.
# License
Official Tigase repository is available at: https://github.com/tigase/tigase-mix/.
Copyright (c) 2004 Tigase, Inc.
Licensed under AGPL License Version 3. Other licensing options available upon request.