summaryrefslogtreecommitdiff
path: root/devel/libosip
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit88fbe0b4f045070c1d74e80e2ff7448527e556e4 (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /devel/libosip
parent7caf0db822a5ebc4e6dc7732d45fa9bd3e9dea13 (diff)
downloadpkgsrc-88fbe0b4f045070c1d74e80e2ff7448527e556e4.tar.gz
Removed trailing white-space.
Diffstat (limited to 'devel/libosip')
-rw-r--r--devel/libosip/DESCR14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/libosip/DESCR b/devel/libosip/DESCR
index 9ac342787a5..2f28402714d 100644
--- a/devel/libosip/DESCR
+++ b/devel/libosip/DESCR
@@ -1,14 +1,14 @@
oSIP is an implementation of SIP.
-The GNU oSIP library is written in C and get no dependencies except the
-standard C library. oSIP is thread safe and will generally be used in a
+The GNU oSIP library is written in C and get no dependencies except the
+standard C library. oSIP is thread safe and will generally be used in a
multi-threaded application. Nevertheless, this is optional.
-oSIP is little in size and code and thus could be use to implement IP
-soft-phone as well as embedded SIP software. oSIP is not limited to
+oSIP is little in size and code and thus could be use to implement IP
+soft-phone as well as embedded SIP software. oSIP is not limited to
endpoint agents, and can also be used to implement "SIP proxy".
-oSIP does not intend to provide a high layer API for controlling
-"SIP Session" at this step. Instead, it currently provides an API for the
-SIP message parser, SDP message parser, and library to handle
+oSIP does not intend to provide a high layer API for controlling
+"SIP Session" at this step. Instead, it currently provides an API for the
+SIP message parser, SDP message parser, and library to handle
"SIP transactions" as defined by the SIP document.