summaryrefslogtreecommitdiff
path: root/domestic/session/server_handling/cd.py
diff options
context:
space:
mode:
Diffstat (limited to 'domestic/session/server_handling/cd.py')
-rw-r--r--domestic/session/server_handling/cd.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/domestic/session/server_handling/cd.py b/domestic/session/server_handling/cd.py
new file mode 100644
index 0000000..fe58ea7
--- /dev/null
+++ b/domestic/session/server_handling/cd.py
@@ -0,0 +1,8 @@
+from domestic.parse.error_exception_handling import *
+from domestic.session.session_message import *
+
+
+@error_exception_handling
+def cd(message):
+ assert message['to']
+ session_message(message) \ No newline at end of file