From 74b65bfc5f3c58005e3892b314e73cfde32355f6 Mon Sep 17 00:00:00 2001
From: erikjohnston parse_config
static method (see b
configuration associated with the module in Synapse's configuration file.
See the documentation for the ModuleApi
class
here.
If Synapse is running with other modules configured, the order each module appears in
+within the modules
section of the Synapse configuration file might restrict what it can
+or cannot register. See this section for more
+information.
On top of the rules listed in the link above, if a callback returns a value that should +cause the current operation to fail (e.g. if a callback checking an event returns with a +value that should cause the event to be denied), Synapse will fail the operation and +ignore any subsequent callbacks that should have been run after this one.
+The documentation for each callback mentions how Synapse behaves when +multiple modules implement it.
A module can implement the following static method:
@staticmethod
--
cgit 1.5.1