https://github.com/kontalk/tigase-extension
Tigase XMPP extensions for Kontalk
https://github.com/kontalk/tigase-extension
Last synced: 20 days ago
JSON representation
Tigase XMPP extensions for Kontalk
- Host: GitHub
- URL: https://github.com/kontalk/tigase-extension
- Owner: kontalk
- License: gpl-3.0
- Created: 2014-10-31T15:00:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T23:24:44.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T21:08:21.893Z (about 2 months ago)
- Language: Java
- Size: 754 KB
- Stars: 13
- Watchers: 9
- Forks: 14
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kontalk XMPP Tigase extension
=============================[](https://travis-ci.org/kontalk/tigase-extension)
This repository contains a set of custom extensions and plugins for the Tigase XMPP server.
They are based on latest git master of our custom patched [tigase-server](//github.com/kontalk/tigase-server).## Dependencies
Internal dependencies can be automatically installed by running the script `install-deps.sh`. It will download all repositories in the current working directory and run `mvn install` for each one of them.
* [tigase-server](//github.com/kontalk/tigase-server)
## Build
```
mvn install
```The above command will install everything in your local Maven repository.
## Install
Please refer to the wiki for further installation instruction.