Method Summary |
|
__init__ (self,
session,
profileInit,
init_callback)
Create a new Profile object. |
|
parseMSG (self,
msg)
parseMSG grabs the MSG payload and works out what to do |
|
processMessage (self,
msg)
processMessage() is called by the Channel to which this profile is
bound. |
|
requestReverb (self,
number,
delay,
content)
Ask the remote end to reverb back to me |
|
sendReverb (self,
msgno)
Send the reverb for the given msgno. |
Inherited from Profile |
|
mimeDecode (self,
payload)
mimeDecode() is a convenience function used to help make life easier
for profile programmers, like me. |
|
mimeEncode (self,
payload,
contentType,
encoding)
mimeEncode() is a convenience function used to help
make life easier for profile programmers, like me. |
|
setChannel (self,
channel)
setChannel() binds this Profile to the Channel it belongs to. |