diff --git a/prosody-modules/mod_vcard_peertubelivechat/mod_vcard_peertubelivechat.lua b/prosody-modules/mod_vcard_peertubelivechat/mod_vcard_peertubelivechat.lua index 1536caa2..9d8abb14 100644 --- a/prosody-modules/mod_vcard_peertubelivechat/mod_vcard_peertubelivechat.lua +++ b/prosody-modules/mod_vcard_peertubelivechat/mod_vcard_peertubelivechat.lua @@ -66,6 +66,8 @@ module:hook("iq-get/bare/vcard-temp:vCard", function (event) end local vcard_temp = st.stanza("vCard", { xmlns = "vcard-temp" }); + + vcard_temp:text_tag("FN", ret.displayName); vcard_temp:text_tag("NICKNAME", ret.displayName); if ret.avatar and ret.avatar.path then