diff options
Diffstat (limited to 'python/python3-msrplib/README')
-rw-r--r-- | python/python3-msrplib/README | 9 |
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. |