Added /matrix/content path, HS resource_for_content_repo attribute and FileUploadResource. Added stub methods.

This commit is contained in:
Kegan Dougal 2014-08-18 15:01:08 +01:00
parent 301e55d11d
commit a18b1a649c
4 changed files with 41 additions and 4 deletions

View file

@ -72,6 +72,7 @@ class BaseHomeServer(object):
'resource_for_client',
'resource_for_federation',
'resource_for_web_client',
'resource_for_content_repo',
]
def __init__(self, hostname, **kwargs):
@ -140,6 +141,7 @@ class HomeServer(BaseHomeServer):
resource_for_client
resource_for_web_client
resource_for_federation
resource_for_content_repo
http_client
db_pool
"""