Skip to content
Snippets Groups Projects
Commit f03f0053 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

added more comments

parent 5cde58be
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,7 @@ package net.jami.jams.server.core.workflows; ...@@ -3,10 +3,7 @@ package net.jami.jams.server.core.workflows;
public class RegisterDeviceFlow { public class RegisterDeviceFlow {
public static void registerDevice(){ public static void registerDevice(){
//Build "Device" from the JSON that came in. //User always exists. This pointless.
//Check if user exists
//if does not exist -> create user -> confirm created
//create device
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment