diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-22 10:59:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 10:59:27 +0000 |
commit | 33a55289cb887df88f7b506a8af2ebabd51c59b9 (patch) | |
tree | ad294e7c3234149af8c358d5f97571769f78bac0 /synapse/http/federation/__init__.py | |
parent | Require ECDH key exchange & remove dh_params (#4429) (diff) | |
download | synapse-33a55289cb887df88f7b506a8af2ebabd51c59b9.tar.xz |
Refactor and bugfix for resove_service (#4427)
Diffstat (limited to 'synapse/http/federation/__init__.py')
-rw-r--r-- | synapse/http/federation/__init__.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/synapse/http/federation/__init__.py b/synapse/http/federation/__init__.py new file mode 100644 index 0000000000..1453d04571 --- /dev/null +++ b/synapse/http/federation/__init__.py @@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- +# Copyright 2019 New Vector Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. |