util/sasl.lua

changeset 801
d29febc977fc
parent 799
b7ea802f3527
child 894
2c0b9e3c11c3
--- 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