Projects tigase _server tigase-utils Files
.onedev-buildspec.yml Loading last commit info...
.github
debian
src
.gitignore
.readthedocs.yaml
COPYING
License.html
README.md
ant-definitions.xml
build.properties
build.xml
manifest.temp
package.html
pom.xml
prj.el
README.md


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 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:

If you didn't find an answer in the resources above, feel free to submit your question to either our community portal or open a support ticket.

Downloads

Binaries can be downloaded from our Maven repository

You can easily add it to your project by including it as dependency:

<dependency>
  <groupId>tigase</groupId>
  <artifactId>tigase-utils</artifactId>
  <version>4.0.0</version>
</dependency>

Using software

Please refer to javadoc

Compilation

It's a Maven project therefore after cloning the repository you can easily build it with:

mvn -Pdist clean install

License

Tigase Tigase Logo 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.

Please wait...
Page is in error, reload to recover