From 68657367cb8edf1863c6d944f1885079b8a4e235 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sun, 16 Aug 2020 15:54:22 +0200 Subject: [PATCH] Fork and add jxmpp as composite build --- .gitmodules | 3 +++ libs/jxmpp | 1 + settings.gradle | 1 + 3 files changed, 5 insertions(+) create mode 160000 libs/jxmpp diff --git a/.gitmodules b/.gitmodules index 155a72f..89263e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/libs/jxmpp b/libs/jxmpp new file mode 160000 index 0000000..8965990 --- /dev/null +++ b/libs/jxmpp @@ -0,0 +1 @@ +Subproject commit 8965990e95331f48ca0aba561308c90999132331 diff --git a/settings.gradle b/settings.gradle index c24ad32..4c7a1b6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,3 +5,4 @@ include ':entity', ':cli' includeBuild 'libs/Smack' +includeBuild 'libs/jxmpp'