-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XEP-0153: Add missing EMAIL/USERID element in example
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
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <USERID> element”.</p></remark> | ||
</revision> | ||
<revision> | ||
<version>1.1</version> | ||
<date>2018-02-26</date> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|