aboutsummaryrefslogtreecommitdiff
path: root/python/python3-msrplib/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-msrplib_2023-09-22@lockywolf.net>2023-09-23 10:11:03 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:35 +0700
commit0d33e6eb4354b87f288d6a9e92462f489ea29e77 (patch)
treec59236ffc292b9dd6be9134df6fd14b1754aeae5 /python/python3-msrplib/README
parentc2ae4b4c6a00b84f46fdc2aa02cd3e287d48c7b2 (diff)
python/python3-msrplib: Added (msrp client library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-msrplib/README')
-rw-r--r--python/python3-msrplib/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-msrplib/README b/python/python3-msrplib/README
new file mode 100644
index 0000000000..d0775391f6
--- /dev/null
+++ b/python/python3-msrplib/README
@@ -0,0 +1,9 @@
+MSRP client library
+-------------------
+
+This library implements Message Session Relay Protocol (MSRP). MSRP is
+defined in RFC 4975. The relay extension that can be used for NAT
+traversal purposes is defined in RFC 4976.
+
+
+Its primary purpose is to be a dependency for the Blink SIP client.