[JDEV] New html tag in messages
    Peter Saint-Andre 
    stpeter at jabber.org
       
    Mon Aug 19 20:59:10 CDT 2002
    
    
  
Oh definitely, anything other than <body>, <subject>, <thread>, and
<error> needs to be in its own namespace (the official children of message
are at http://www.jabber.org/ietf/draft-miller-xmpp-core-00.html#anchor2).
Peter
--
Peter Saint-Andre
Jabber Software Foundation
http://www.jabber.org/people/stpeter.html
On Mon, 19 Aug 2002, Kriggs wrote:
> Hi Peter.
> 
> > Yes, you can send something like this:
> >
> > <message to='thing1'>
> >   <body>hahaha</body>
> >   <html xmlns='xhtml-basic'>
> >     <message>another message!</message>
> >     <iq>here's an iq!</iq>
> >     <presence type='unsubscribe'/>
> >   </html>
> > </message>
> 
> I didn't know that the <html/> tag had an xmlns attribute in it. That changes 
> everything.
> 
> Thank you.
> 
> -Kriggs
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 
    
    
More information about the JDev
mailing list