Fork and add jxmpp as composite build

This commit is contained in:
Paul Schaub 2020-08-16 15:54:22 +02:00
parent fd78deedb1
commit 68657367cb
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "libs/Smack"]
path = libs/Smack
url = git@codeberg.org:Mercury-IM/Smack.git
[submodule "libs/jxmpp"]
path = libs/jxmpp
url = git@codeberg.org:Mercury-IM/jxmpp.git

1
libs/jxmpp Submodule

@ -0,0 +1 @@
Subproject commit 8965990e95331f48ca0aba561308c90999132331

View File

@ -5,3 +5,4 @@ include ':entity',
':cli'
includeBuild 'libs/Smack'
includeBuild 'libs/jxmpp'