Changeset

801:d29febc977fc

Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.
author Tobias Markmann <tm@ayena.de>
date Sat, 14 Feb 2009 19:39:46 +0100
parents 800:5e12bca2a4f8
children 802:33c012048492
files util/sasl.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/util/sasl.lua	Sat Feb 14 19:13:14 2009 +0100
+++ b/util/sasl.lua	Sat Feb 14 19:39:46 2009 +0100
@@ -240,6 +240,7 @@
 		function object.feed(self, message)
 			return "success"
 		end
+	--TODO: From XEP-0175 "It is RECOMMENDED for the node identifier to be a UUID as specified in RFC 4122 [5]." So util.uuid() should (or have an option to) behave as specified in RFC 4122.
 	object["username"] = generate_uuid()
 	return object
 end