mirror of
https://codeberg.org/Mercury-IM/Mercury-IM
synced 2025-04-21 23:54:47 +02:00
Fork and add jxmpp as composite build
This commit is contained in:
parent
fd78deedb1
commit
68657367cb
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
1
libs/jxmpp
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8965990e95331f48ca0aba561308c90999132331
|
|
@ -5,3 +5,4 @@ include ':entity',
|
|||
':cli'
|
||||
|
||||
includeBuild 'libs/Smack'
|
||||
includeBuild 'libs/jxmpp'
|
||||
|
|
Loading…
Add table
Reference in a new issue