1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/libexosip2/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

22 lines
787 B
Plaintext

eXosip is a GPL library that extend the capability of the oSIP library.
It aims to implement a simple high layer API to control the SIP for sessions
establishments and common extensions. Once completed, this eXtended library
should provide an API for call management, messaging and presence features.
eXosip2 has support for:
* registrations. (REGISTER)
* call initiation and modification. (INVITE, re-INVITE)
* other methods within calls (INFO, OPTIONS, UPDATE)
* call transfer. (REFER)
* reliability for provisional response. (PRACK)
* sip event package. (SUBSCRIBE/NOTIFY)
* event state publication. (PUBLISH)
* instant messaging. (MESSAGE)
eXosip2 does not contain:
* RTP.
* audio interface
* sdp negotiation.
This allow you to write any kind of SIP endpoint/gateway.