Changes between Version 9 and Version 10 of DeveloperGuidelines/Messaging


Ignore:
Timestamp:
09/23/13 17:20:18 (11 years ago)
Author:
Ashwyn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Messaging

    v9 v10  
    33
    44The 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)
    510
    611== Channels ==