Implemented UUID generation (RFC4122)

This patch adds new API:
  * xmpp_uuid_gen()
This commit is contained in:
Dmitry Podgorny
2015-10-12 15:17:22 +03:00
parent 5e64c850bd
commit 8627fbb13f
5 changed files with 103 additions and 2 deletions

1
.gitignore vendored
View File

@@ -34,6 +34,7 @@ examples/basic
examples/bot
examples/component
examples/roster
examples/uuid
test_stamp
test-suite.log
tests/*.o