From c5cc462963363b2307a2a341da170829385a9589 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 17 Jan 2013 17:37:06 +0100 Subject: Move to the upstream SleekXMPP - remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation --- update.sh | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index bf526042..7aff4082 100755 --- a/update.sh +++ b/update.sh @@ -19,15 +19,24 @@ then fi if [ -e "SleekXMPP" ] +then + echo "Removing the old SleekXMPP" + rm -rf SleekXMPP + rm src/sleekxmpp + git clone https://github.com/fritzy/SleekXMPP.git Sleek +fi + +if [ -e "Sleek" ] then echo "Updating SleekXMPP" - cd SleekXMPP + cd Sleek git pull cd .. else echo "Downloading SleekXMPP" - git clone git://github.com/louiz/SleekXMPP.git + git clone https://github.com/fritzy/SleekXMPP.git Sleek fi + if [ -e ".dnspython.tgz" ] then if [ -e "dnspython" ] @@ -59,5 +68,5 @@ then echo 'Link src/sleekxmpp already exists' else echo "Creating link src/sleekxmpp" - ln -s ../SleekXMPP/sleekxmpp sleekxmpp + ln -s ../Sleek/sleekxmpp sleekxmpp fi -- cgit v1.2.3