Version 10 (modified by 11 years ago) ( diff ) | ,
---|
Messaging
Table of Contents
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:
Parser
An Inbound channel can be connected to a Parser:
Future Plans
Note:
See TracWiki
for help on using the wiki.