On Wed, Aug 20, 2008 at 3:40 PM, Peter Saint-Andre <[EMAIL PROTECTED]> wrote: > Jonathan Schleifer wrote: >> >> Am 20.08.2008 um 05:16 schrieb Peter Saint-Andre: >> >>> Matthew Wild wrote: >>> >>>> How about: >>>> <activity xmlns='http://jabber.org/protocol/activity'> >>>> <other> >>>> <charging xmlns='http://robotic-lawn-mower.example.org/' /> >>>> </other> >>>> </activity> >>> >>> That's already allowed, no? >> >> >> Not exactly. But this would: >> >> <activity xmlns='http://jabber.org/protocol/activity'> >> <other xmlns='http://robotic-lawn-mower.example.org/activity'> >> <charging/> >> </other> >> </activity> > > XEP-0108 already includes the <other/> element. So the first example is > correct, not the second. >
Ha, I somehow didn't notice that. What would we do without the documentation guy? :) Matthew.
