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;
public class RegisterDeviceFlow {
public static void registerDevice(){
//Build "Device" from the JSON that came in.
//Check if user exists
//if does not exist -> create user -> confirm created
//create device
//User always exists. This pointless.
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment