From ee1777613fd7fdd45cb87d64aa6ea12bbec59d03 Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sat, 5 Jun 2010 19:29:51 +0200 Subject: New formula libosip oSIP is an implementation of SIP. And SIP stands for the Session Initiation Protocol and is described by the rfc3261 (wich deprecates rfc2543). This library aims to provide multimedia and telecom software developers an easy and powerful interface to initiate and control SIP based sessions in their applications. SIP is a open standard replacement from IETF for H323. --- Library/Formula/libosip.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/libosip.rb (limited to 'Library/Formula') diff --git a/Library/Formula/libosip.rb b/Library/Formula/libosip.rb new file mode 100644 index 000000000..62cb90a84 --- /dev/null +++ b/Library/Formula/libosip.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Libosip