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