From 1369b7bc1981a53f1285173da9fdfb3cc14577b2 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Sun, 1 Sep 2024 17:36:06 +0100 Subject: [PATCH] XEP-0133: Fix typo in example for Get User Last Login Time --- xep-0133.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xep-0133.xml b/xep-0133.xml index 1051ce69f..35474044e 100644 --- a/xep-0133.xml +++ b/xep-0133.xml @@ -22,6 +22,12 @@ admin &stpeter; + + 1.3.1 + 2024-09-01 + dc + Fixed typo in example for Get User Last Login Time + 1.3.0 2024-01-04 @@ -736,7 +742,7 @@

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".

A sample protocol flow for this use case is shown below.

-