Python High level MSRP chat class » History » Version 2
Anonymous, 04/19/2012 03:30 PM
Milestone
| 1 | 1 | sipsimple.msrp.MSRPChat implements instant messaging (IM) over MSRP for the middleware. This class performs the following functions: |
|
|---|---|---|---|
| 2 | |||
| 3 | * automatically wraps outgoing messages with Message/CPIM if that's necessary according to accept-types |
||
| 4 | * unwraps incoming Message/CPIM messages; for each incoming message, MSRPChatGotMessage is posted |
||
| 5 | * plays notification sounds on received/sent message |