Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XEP-0133: Fix typo in example for Get User Last Login Time #1388

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion xep-0133.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<supersededby/>
<shortname>admin</shortname>
&stpeter;
<revision>
<version>1.3.1</version>
<date>2024-09-01</date>
<initials>dc</initials>
<remark>Fixed typo in example for Get User Last Login Time</remark>
</revision>
<revision>
<version>1.3.0</version>
<date>2024-01-04</date>
Expand Down Expand Up @@ -736,7 +742,7 @@
<section2 topic='Get User Last Login Time' anchor='get-user-lastlogin'>
<p>An administrator may need to retrieve a user's last login time (e.g., to help verify the user's ownership of the account before reminding the user of the password). The command node for this use case SHOULD be "http://jabber.org/protocol/admin#get-user-lastlogin".</p>
<p>A sample protocol flow for this use case is shown below.</p>
<example caption='Admin Requests to Get a User&apos;s Roster'><![CDATA[
<example caption='Admin Requests to Get a User&apos;s Last Login Time'><![CDATA[
<iq from='[email protected]/globe'
id='get-user-lastlogin-1'
to='shakespeare.lit'
Expand Down