MSRP4J 2.1.0 API

This is the API documentation for the msrp4j Java library.

msrp4j is a Java library for the MSRP protocol defined by RFC 4975. MSRP is a TCP protocol for transmitting messages containing arbitrary content between peers. MSRP can be thought of as a TCP/IP version of SMS/MMS text messaging. msrp4j implements the actual MSRP protocol itself. The setup and/or negotiation of MSRP sessions must be handled by other means; this is typically done via SIP.

The central Java class is Msrp; each instance represents an MSRP protocol stack.

Visit the msrp4j homepage at https://github.com/archiecobbs/msrp4j.

Packages 
Package Description
org.dellroad.msrp
Top level package for the msrp4j Java library.
org.dellroad.msrp.msg
Classes that handle and/or model the messages defined by the MSRP protocol.