Subject: Out of band data
Hi Alex,
I have to use XEP-0066 Out of band data "jabber:x:oob" namespace..
I found " jabber:iq:oob" implementation in Matrix.xmpp.Oob namespace.. I have to send packet in the below format.
I have tried in the below approach
Then i got XmlException. In which namespace i can found "jabber:x:oob" implementation ?
Thank you in advance..
I have to use XEP-0066 Out of band data "jabber:x:oob" namespace..
I found " jabber:iq:oob" implementation in Matrix.xmpp.Oob namespace.. I have to send packet in the below format.
- <message from='stpeter@jabber.org/work'
- to='MaineBoy@jabber.org/home'>
- <body>Yeah, but do you have a license to Jabber?</body>
- <x xmlns='jabber:x:oob'>
- <url>http://www.jabber.org/images/psa-license.jpg</url>
- </x>
- </message>
I have tried in the below approach
Then i got XmlException. In which namespace i can found "jabber:x:oob" implementation ?
Thank you in advance..
Geetha
Show profile
Link to this post