java-sdp-nist-bridge

An SdpFactory binding the free OpenTelecoms javax.sdp API with the free NIST reference implementation.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

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

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

java-sdp-nist-bridge
Последняя версия

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

1.2
Дата

Дата

Тип

Тип

bundle
Описание

Описание

java-sdp-nist-bridge
An SdpFactory binding the free OpenTelecoms javax.sdp API with the free NIST reference implementation.
Ссылка на сайт

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

https://github.com/opentelecoms-org/java-sdp-nist-bridge
Система контроля версий

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

https://github.com/opentelecoms-org/java-sdp-nist-bridge.git

Скачать java-sdp-nist-bridge

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.opentelecoms.sdp : sdp-api jar 1.0
org.jitsi : jain-sip-ri-ossonly jar 1.2.279-jitsi-oss1

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

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

Java SDP NIST Bridge

Rationale

This little project provides a free, Apache 2.0 licensed, implementation of the JSR 141 SdpFactory interface against NIST's public domain reference implementation of the JSR 141 classes and interfaces.

The entire javax.sdp package, including the SdpFactory class of the NIST RI cannot be used because:

  • it has a non-free, non-OSI approved, expired, proprietary license
  • the interface references the implementation and vice-versa

Usage

Replace the reference to the JAIN RI jar with one that does not include the javax.sdp headers (e.g. org.jitsi:jain-sip-ri-plain), then:

  • reference org.opentelecoms.sdp:sdp-api
  • reference org.opentelecoms.sdp:java-sdp-nist-bridge (this project)
  • replace calls to SdpFactory.getInstance() with new NistSdpFactory()

Версии библиотеки

Версия
1.2
1.1