Skip to content

Commit

Permalink
XEP-0153: Add missing EMAIL/USERID element in example
Browse files Browse the repository at this point in the history
The implementation notes in XEP-0054 say “Email addresses MUST be
contained in a <USERID> element, not included as CDATA within the
<EMAIL/> element.”
  • Loading branch information
linkmauve authored and iNPUTmice committed Jun 20, 2024
1 parent 6ee8533 commit 76084c4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions xep-0153.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<url>http://www.xmpp.org/schemas/vcard-avatar.xsd</url>
</schemaloc>
&stpeter;
<revision>
<version>1.1.1</version>
<date>2024-06-10</date>
<initials>egp</initials>
<remark><p>XEP-0054 says “Email addresses MUST be contained in a &lt;USERID&gt; element”.</p></remark>
</revision>
<revision>
<version>1.1</version>
<date>2018-02-26</date>
Expand Down Expand Up @@ -103,7 +109,7 @@
</ADR>
<NICKNAME/>
<N><GIVEN>Juliet</GIVEN><FAMILY>Capulet</FAMILY></N>
<EMAIL>[email protected]</EMAIL>
<EMAIL><USERID>[email protected]</USERID></EMAIL>
<PHOTO>
<TYPE>image/jpeg</TYPE>
<BINVAL>
Expand Down Expand Up @@ -151,7 +157,7 @@
</ADR>
<NICKNAME/>
<N><GIVEN>Juliet</GIVEN><FAMILY>Capulet</FAMILY></N>
<EMAIL>[email protected]</EMAIL>
<EMAIL><USERID>[email protected]</USERID></EMAIL>
<PHOTO>
<TYPE>image/jpeg</TYPE>
<BINVAL>
Expand Down

0 comments on commit 76084c4

Please sign in to comment.