diff --git a/.gitmodules b/.gitmodules index 07bc462..375c2df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "dist/lib/webcomponentsjs"] path = dist/lib/webcomponentsjs url = https://github.com/webcomponents/webcomponentsjs -[submodule "dist/lib/xmpp-chat-component"] - path = dist/lib/xmpp-chat-component - url = git@git.happy-dev.fr:happy-dev/xmpp-chat-component.git [submodule "dist/lib/sib-core"] path = dist/lib/sib-core url = git@git.happy-dev.fr:startinblox/sib-core.git [submodule "dist/lib/sib-router"] path = dist/lib/sib-router url = git@git.happy-dev.fr:startinblox/sib-router.git +[submodule "dist/lib/sib-chat"] + path = dist/lib/sib-chat + url = git@git.happy-dev.fr:startinblox/sib-chat.git diff --git a/dist/lib/sib-chat b/dist/lib/sib-chat new file mode 160000 index 0000000..8793dea --- /dev/null +++ b/dist/lib/sib-chat @@ -0,0 +1 @@ +Subproject commit 8793dea94c3be9c068ee3ee6a7a0dc5e084f442a diff --git a/dist/lib/xmpp-chat-component b/dist/lib/xmpp-chat-component deleted file mode 160000 index 3c6fe0b..0000000 --- a/dist/lib/xmpp-chat-component +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c6fe0b63a6d311610bcf53cb84b552ef382f17e diff --git a/index.php b/index.php index 532321d..5f43fc3 100644 --- a/index.php +++ b/index.php @@ -40,16 +40,15 @@ - - + + + + + diff --git a/src/html/menu.html b/src/html/menu.html index f0a4a5a..c2fe0c3 100644 --- a/src/html/menu.html +++ b/src/html/menu.html @@ -8,7 +8,7 @@