= Messaging = [[TOC]] The Messaging framework is a modular system for getting Messages in & out of Sahana Eden & routed around it. == Messaging Framework == * Messaging framework is defined by the super entity msg_message. * All the messages from various channels are instances of this super entity. * To define a new message type , follow the example of rss feed here(https://github.com/flavour/eden/blob/master/modules/s3db/msg.py#L1042) == Channels == A number of different Channels provide paths for Messages In & Out of the System: * DeveloperGuidelines/Messaging/Channels == Parser == An Inbound channel can be connected to a Parser: * DeveloperGuidelines/Messaging/Parser == Future Plans == See [wiki:BluePrint/Messaging BluePrint/Messaging]