Added ability to change the user name on the client side

This commit is contained in:
delvh
2020-08-01 09:54:18 +02:00
parent b02c2fdc65
commit 498f3ef43d
2 changed files with 22 additions and 2 deletions

View File

@ -70,7 +70,8 @@ public class Startup {
new IDGeneratorRequestProcessor(),
new UserSearchProcessor(),
new ContactOperationProcessor(),
new IsTypingProcessor())));
new IsTypingProcessor(),
new NameChangeProcessor())));
// Initialize the current message ID
final PersistenceManager persistenceManager = PersistenceManager.getInstance();