-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XEP-0133: Fix typo in example for Get User Last Login Time
- Loading branch information
1 parent
6fa1694
commit 1369b7b
Showing
1 changed file
with
7 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -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> | ||
|
@@ -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's Roster'><![CDATA[ | ||
<example caption='Admin Requests to Get a User's Last Login Time'><![CDATA[ | ||
<iq from='[email protected]/globe' | ||
id='get-user-lastlogin-1' | ||
to='shakespeare.lit' | ||
|