Skip to content

Commit

Permalink
Correct X-JABBER VCard field
Browse files Browse the repository at this point in the history
  • Loading branch information
arran-nz committed Apr 17, 2021
1 parent e5ae115 commit 11575bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/qcard.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class QCard {
}

setXmpp(vCard) {
this.setProperty(vCard, 'JABBER', this.xmpp)
this.setProperty(vCard, 'X-JABBER', this.xmpp)
}

}
Expand Down

0 comments on commit 11575bb

Please sign in to comment.