about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/presence.c')
-rw-r--r--src/xmpp/presence.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index b5cb1803..17e30d75 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -752,6 +752,8 @@ _muc_user_self_handler(xmpp_stanza_t* stanza)
             log_warning("presence: jid without resource");
             return;
         }
+
+        muc_nick_change_complete(room, nick);
         char* reason = stanza_get_reason(stanza);
         char* show_str = stanza_get_show(stanza, "online");
         char* status_str = stanza_get_status(stanza, NULL);