Added XMPP service to handle clients and configurations

This commit is contained in:
2021-09-15 12:40:25 +02:00
parent b12c5e579e
commit 7f3ac16149
3 changed files with 147 additions and 65 deletions

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"go.gopath": "/home/nedim/go",
"go.useLanguageServer": true
}