On 04/21/2011 11:44 PM, Dobrov Sergey wrote: > 1. in all examples atom:id are incorrect. > http://tools.ietf.org/html/rfc4151#section-2 says that tag scheme url > syntax is: > > tagURI = "tag:" taggingEntity ":" specific [ "#" fragment ] > > Where: > taggingEntity = authorityName "," date > authorityName = DNSname / emailAddress > date = year ["-" month ["-" day]] > year = 4DIGIT > month = 2DIGIT > day = 2DIGIT > > but in examples we see: > tag:montague.lit,2008-05-08T18:30:02Z:posts-1cb57d9c-1c46-11dd-838c-001143d5d5db >
To make the right tag we just have to remove "T18:30:02Z" from it so the tag will be look as this: "tag:montague.lit,2008-05-08:posts-1cb57d9c-1c46-11dd-838c-001143d5d5db". That's right for any example in the XEP. -- With best regards, Sergey Dobrov, XMPP Developer and JRuDevels.org founder.
