diff --git a/src/freedombone-app-xmpp b/src/freedombone-app-xmpp
index eb5323cc8b809616ab8138b2b3e515a771181636..b57b6885e90b5c20f9ccfc606d7f086c61f9b54f 100755
--- a/src/freedombone-app-xmpp
+++ b/src/freedombone-app-xmpp
@@ -384,6 +384,7 @@ function upgrade_xmpp {
     fi
     function_check update_prosody_modules
     update_prosody_modules
+    xmpp_onion_addresses /etc/prosody/prosody.cfg.lua
 
     curr_prosody_filename=$(cat $COMPLETION_FILE | grep "prosody_filename" | awk -F ':' '{print $2}')
     if [[ "$curr_prosody_filename" != "$prosody_filename" ]]; then