Last Version

Tinder XMPP library 1.3.0

Tinder is a Java based XMPP library, providing an implementation for XMPP stanzas and components. Tinders origins lie in code that's shared between Jive Software's Openfire and Whack implementations. The implementation that's provided in Tinder hasn't been written again from scratch. Instead, code has been moved from the original projects into Tinder, preserving al of the existing features and functionality. Most of the code that's now in Tinder is based on the org.xmpp package implementation that previously existed in Openfire and Whack. This is the code that defines classes such as Packet, JID, IQ, Component and their extensions. Additionally, some multi-purpose code (such as the DataForm and Result Set Management implementations have been moved to Tinder as well.

License

License

GroupId

GroupId

org.igniterealtime
ArtifactId

ArtifactId

tinder
Version

Version

1.3.0
Type

Type

jar
Description

Description

Tinder XMPP library
Tinder is a Java based XMPP library, providing an implementation for XMPP stanzas and components. Tinders origins lie in code that's shared between Jive Software's Openfire and Whack implementations. The implementation that's provided in Tinder hasn't been written again from scratch. Instead, code has been moved from the original projects into Tinder, preserving al of the existing features and functionality. Most of the code that's now in Tinder is based on the org.xmpp package implementation that previously existed in Openfire and Whack. This is the code that defines classes such as Packet, JID, IQ, Component and their extensions. Additionally, some multi-purpose code (such as the DataForm and Result Set Management implementations have been moved to Tinder as well.
Project URL

Project URL

http://www.igniterealtime.org/projects/tinder/
Project Organization

Project Organization

Ignite Realtime
Source Code Management

Source Code Management

https://github.com/igniterealtime/tinder

Download tinder 1.3.0


<!-- https://jarcasting.com/artifacts/org.igniterealtime/tinder/ -->
<dependency>
    <groupId>org.igniterealtime</groupId>
    <artifactId>tinder</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.igniterealtime/tinder/
implementation 'org.igniterealtime:tinder:1.3.0'
// https://jarcasting.com/artifacts/org.igniterealtime/tinder/
implementation ("org.igniterealtime:tinder:1.3.0")
'org.igniterealtime:tinder:jar:1.3.0'
<dependency org="org.igniterealtime" name="tinder" rev="1.3.0">
  <artifact name="tinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.igniterealtime', module='tinder', version='1.3.0')
)
libraryDependencies += "org.igniterealtime" % "tinder" % "1.3.0"
[org.igniterealtime/tinder "1.3.0"]

Dependencies

compile (5)

Group / Artifact Type Version
dom4j : dom4j jar 1.6.1
net.jcip : jcip-annotations jar 1.0
org.slf4j : slf4j-api jar 1.5.8
org.gnu.inet : libidn jar 1.15
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru jar 1.0_jdk5

test (3)

Group / Artifact Type Version
junit : junit jar 4.6
junit-addons : junit-addons jar 1.4
org.slf4j : slf4j-simple jar 1.5.8

Project Modules

There are no modules declared in this project.