On 05/05/2011 04:08 PM, Vanaryon wrote: > Hello, > > Okay, you should fork https://gitorious.org/xmpp/ and make change to the > XEP XML file. I cloned the repo and I can commit to my own clone now.
> > Then ask for a pull request to the main repository. How should I do it? Via "Merge requests" in the web interface? > > Thanks, > > Valérian Saliou > Jappix founder > > Le jeudi 05 mai 2011 à 00:55 +0700, Sergey Dobrov a écrit : >> 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.
