Changes between Version 20 and Version 21 of projects/synapse


Ignore:
Timestamp:
09/22/10 00:15:16 (14 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v20 v21  
    2727 * The module specifys the event they wish to send and the destination session id.
    2828 * The core keeps track of sessions and knows which module(s) to deliver the message to.
     29 * The core knows which users are allowed or receive the specified event.
    2930 * Modules don't need to be aware of the node they run on.
    3031 * If the session is running somewhere else, one of the connectors transports it to the correct node.