diff options
author | sbz <sbz@FreeBSD.org> | 2011-09-01 22:25:15 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2011-09-01 22:25:15 +0800 |
commit | d5db15359cb8fb22246e39435fe8f3756148c1fe (patch) | |
tree | 7569e1f50fd64897be44d7064c4bfa18841dc167 /net/Makefile | |
parent | 41b3b79d24bc9548ae797266245d939489cf3e5c (diff) | |
download | freebsd-ports-gnome-d5db15359cb8fb22246e39435fe8f3756148c1fe.tar.gz freebsd-ports-gnome-d5db15359cb8fb22246e39435fe8f3756148c1fe.tar.zst freebsd-ports-gnome-d5db15359cb8fb22246e39435fe8f3756148c1fe.zip |
The MSRP protocol stack implementation for clients written in python.
Message Session Relay Protocol (MSRP) is a protocol for transmitting a
series of related instant messages in the context of a session. Message
sessions are treated like any other media stream when set up via a
rendezvous or session creation protocol such as the Session Initiation
Protocol (SIP).
WWW: http://sipsimpleclient.com/wiki/SipMSRPApi
PR: ports/158980
Submitted by: Eugene Grosbein <ports@grosbein.net>
Approved by: jadawin@ (mentor)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 61722594662d..277c36de4697 100644 --- a/net/Makefile +++ b/net/Makefile @@ -864,6 +864,7 @@ SUBDIR += py-medusa SUBDIR += py-miniupnpc SUBDIR += py-mp-random + SUBDIR += py-msrplib SUBDIR += py-netaddr SUBDIR += py-netifaces SUBDIR += py-netstring |