Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigase/tigase-pubsub
Tigase PubSub Component
https://github.com/tigase/tigase-pubsub
pubsub tigase xmpp
Last synced: about 2 months ago
JSON representation
Tigase PubSub Component
- Host: GitHub
- URL: https://github.com/tigase/tigase-pubsub
- Owner: tigase
- License: agpl-3.0
- Created: 2019-05-22T09:45:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T16:03:49.000Z (7 months ago)
- Last Synced: 2024-06-04T18:03:56.070Z (7 months ago)
- Topics: pubsub, tigase, xmpp
- Language: Java
- Homepage:
- Size: 7.36 MB
- Stars: 0
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
The PubSub component for Tigase XMPP Server.
# What it is
Tigase PubSub Component is XMPP component for Tigase XMPP Server providing support for [XEP-0060: Publish-Subscribe](https://xmpp.org/extensions/xep-0060.html) and [XEP-0163: Personal Eventing Protocol
](https://xmpp.org/extensions/xep-0163.html).# Features
It provides support to Tigase XMPP Server for following features:
* [XEP-0060: Publish-Subscribe](https://xmpp.org/extensions/xep-0060.html)
* [XEP-0080: User Location](https://xmpp.org/extensions/xep-0080.html)
* [XEP-0084: User Avatar](https://xmpp.org/extensions/xep-0084.html)
* [XEP-0107: User Mood](https://xmpp.org/extensions/xep-0107.html)
* [XEP-0108: User Activity](https://xmpp.org/extensions/xep-0108.html)
* [XEP-0118: User Tune](https://xmpp.org/extensions/xep-0118.html)
* [XEP-0163: Personal Eventing Protocol](https://xmpp.org/extensions/xep-0163.html)
* [XEP-0384: OMEMO Encryption](https://xmpp.org/extensions/xep-0384.html) for key storage# Support
When looking for support, please first search for answers to your question in the available online channels:
* Our online documentation: [Tigase Docs](https://docs.tigase.net)
* Our online forums: [Tigase Forums](https://help.tigase.net/portal/community)
* Our online Knowledge Base [Tigase KB](https://help.tigase.net/portal/kb)If you didn't find an answer in the resources above, feel free to submit your question to either our
[community portal](https://help.tigase.net/portal/community) or open a [support ticket](https://help.tigase.net/portal/newticket).# Downloads
You can download distribution version of Tigase XMPP Server which contains Tigase PubSub 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 PubSub Component you can grab it from [here](https://build.tigase.net/nightlies/dists/latest/tigase-server-dist-max.zip).
# Installation and usage
Documentation of the project is part of the Tigase XMPP Server distribution package and it is also available as part of [Tigase XMPP Server documnetation page](https://docs.tigase.net/).
# 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-pubsub/.
Copyright (c) 2004 Tigase, Inc.
Licensed under AGPL License Version 3. Other licensing options available upon request.