Changes between Version 9 and Version 10 of DeveloperGuidelines/Messaging
- Timestamp:
- 09/23/13 17:20:18 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Messaging
v9 v10 3 3 4 4 The Messaging framework is a modular system for getting Messages in & out of Sahana Eden & routed around it. 5 == Messaging Framework == 6 7 * Messaging framework is defined by the super entity msg_message. 8 * All the messages from various channels are instances of this super entity. 9 * 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) 5 10 6 11 == Channels ==