Последняя версия

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.

Лицензия

Лицензия

Группа

Группа

org.igniterealtime
Идентификатор

Идентификатор

tinder
Версия

Версия

1.3.0
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.igniterealtime.org/projects/tinder/
Организация-разработчик

Организация-разработчик

Ignite Realtime
Система контроля версий

Система контроля версий

https://github.com/igniterealtime/tinder

Скачать 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.6
junit-addons : junit-addons jar 1.4
org.slf4j : slf4j-simple jar 1.5.8

Модули Проекта

Данный проект не имеет модулей.