Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.

Sat, 14 Feb 2009 19:39:46 +0100

author
Tobias Markmann <tm@ayena.de>
date
Sat, 14 Feb 2009 19:39:46 +0100
changeset 801
d29febc977fc
parent 800
5e12bca2a4f8
child 802
33c012048492

Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.

util/sasl.lua file | annotate | diff | comparison | revisions
--- 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

mercurial