diff options
Diffstat (limited to 'net/libexosip2/pkg-descr')
-rw-r--r-- | net/libexosip2/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/libexosip2/pkg-descr b/net/libexosip2/pkg-descr new file mode 100644 index 000000000000..429659f4993b --- /dev/null +++ b/net/libexosip2/pkg-descr @@ -0,0 +1,23 @@ +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 +establishements 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 provisionnal 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. + +WWW: http://savannah.gnu.org/projects/exosip |