* added encryption to chat

This commit is contained in:
dseredenko
2023-07-26 16:00:51 +02:00
parent d35aa29a0e
commit 7508801049
22 changed files with 280 additions and 208 deletions

14
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="client" />
<module name="server" />
</profile>
</annotationProcessing>
</component>
</project>