diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-02-04 11:19:18 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-02-04 11:19:18 +0000 |
commit | 17753f0c20d0d8190095c5a3183630b78bf9650c (patch) | |
tree | 92975fb2f7fe22e3e65f8e5df2c478298ead579c /synapse/appservice | |
parent | Add appservice package and move ApplicationService into it. (diff) | |
download | synapse-17753f0c20d0d8190095c5a3183630b78bf9650c.tar.xz |
Add stub ApplicationServiceApi and glue it with the handler.
Diffstat (limited to 'synapse/appservice')
-rw-r--r-- | synapse/appservice/__init__.py | 3 | ||||
-rw-r--r-- | synapse/appservice/api.py | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/synapse/appservice/__init__.py b/synapse/appservice/__init__.py |