changeset 3855:0e1e900577c4

mod_rest: Improve some comments
author Kim Alvefur <zash@zash.se>
date Sat, 25 Jan 2020 00:43:28 +0100
parents 25c34c9f755c
children 8bdb1729529b
files mod_rest/jsonmap.lib.lua
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_rest/jsonmap.lib.lua	Sat Jan 25 00:40:38 2020 +0100
+++ b/mod_rest/jsonmap.lib.lua	Sat Jan 25 00:43:28 2020 +0100
@@ -38,7 +38,7 @@
 		end;
 	};
 
-	-- XEP-0199
+	-- XEP-0199: XMPP Ping
 	ping = {"bool_tag", "urn:xmpp:ping", "ping"},
 
 	-- XEP-0092: Software Version
@@ -120,6 +120,7 @@
 		end;
 	};
 
+	-- XEP-0066: Out of Band Data
 	oob_url = {"func", "jabber:iq:oob", "query",
 		function (s)
 			return s:get_child_text("url");