# HG changeset patch # User Tobias Markmann # Date 1234636786 -3600 # Node ID d29febc977fc42d8f3ea06ce3c019e001e83b99e # Parent 5e12bca2a4f88359db58fc6102873baf73ec9fd5 Adding TODO notice on UUIDs for usage with SASL ANONYMOUS. diff -r 5e12bca2a4f8 -r d29febc977fc util/sasl.lua --- 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