On Wed, Mar 30, 2011 at 11:16 PM, Vanaryon <vanar...@gmail.com> wrote:
>
> I think this enhancement might encourage more microblogging XEP
> implementations. But there are still lots of missing features, and we should
> discuss about it in the future (such as: how do the clients can simply
> notify the user when an @user post is published by someone?).
>
> I also noticed a little error: urn%3Axmpp%3Atmp%3Amicroblog seems not to be
> in use, but it is present in some XMPP URI, can you change it to the new
> XMLNS?
>
> Thanks for your great work at the XSF,
>
> Valérian Saliou, the Jappix project founder.

Hiya

I'll just note one minor issue. You added <jid> as a child of
<author>. You can't do it like that (in the Atom namespace, which you
don't own/control).

Your options are:

1. Put it under a different namespace

 <author>
   <name>Someone</name>
   <jid xmlns='urn:xmpp:microblog:0'>some...@example.com</jid>
 </author>

2. Use <uri>, which is defined in Atom

<author>
  <name>Someone</name>
  <uri>xmpp:some...@example.com</uri>
</author>

I prefer <uri>.

--
Waqas Hussain

Reply via email to