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.

License

License

GroupId

GroupId

org.igniterealtime
ArtifactId

ArtifactId

tinder
Last Version

Last Version

1.3.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Tinder

Build Status Project Stats

About

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.

Resources

Ignite Realtime

Ignite Realtime is an Open Source community composed of end-users and developers around the world who are interested in applying innovative, open-standards-based Real Time Collaboration to their businesses and organizations. We're aimed at disrupting proprietary, non-open standards-based systems and invite you to participate in what's already one of the biggest and most active Open Source communities.

org.igniterealtime

Ignite Realtime

Ignite Realtime is the community for the users and developers of open source Real Time Communications projects.

Versions

Version
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0