Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigase/tigase-utils
(M) Tigase Utils
https://github.com/tigase/tigase-utils
java tigase tigase-utils utilities xml xmpp
Last synced: 2 months ago
JSON representation
(M) Tigase Utils
- Host: GitHub
- URL: https://github.com/tigase/tigase-utils
- Owner: tigase
- License: agpl-3.0
- Created: 2019-04-08T20:02:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T10:56:08.000Z (8 months ago)
- Last Synced: 2024-05-02T23:17:29.495Z (8 months ago)
- Topics: java, tigase, tigase-utils, utilities, xml, xmpp
- Language: Java
- Homepage:
- Size: 806 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# What it is
Tigase Utils is a set of helper classes useful in building XMPP software, both server and client side.
# Features
* Handling of certificates
* Data structures & caches
* [XEP-0004: Data Forms](https://xmpp.org/extensions/xep-0004.html) support
* DNS resolution
* StringPrep
* Versions management & parsing
* JID & BareJID# 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
Binaries can be downloaded from our [Maven repository](https://maven-repo.tigase.net/#artifact/tigase/tigase-utils)
You can easily add it to your project by including it as dependency:
```xml
tigase
tigase-utils
4.0.0```
# Using software
Please refer to [javadoc](https://docs.tigase.net/tigase-utils/master-snapshot/javadoc/)
# Compilation
It's a Maven project therefore after cloning the repository you can easily build it with:
```bash
mvn -Pdist clean install
```# License
Official Tigase repository is available at: https://github.com/tigase/tigase-utils/.
Copyright (c) 2004 Tigase, Inc.
Licensed under AGPL License Version 3. Other licensing options available upon request.