Smack & XEP-0113?

Hello,

I don’'t understand how to use the XEP-0113 protocol. Is it in Smack ?

According to XEP-0113 a single whiteboard message is something like that :

++

but how can i send such a message ? Should i build it with the message Class ?

Nobody knows about that ?

Hi fr4ncois,

No, Smack does not implement XEP-0113 and probably never will since it has been deferred by the XMPP Standards Foundation. However, you could certainly write your own implementation or see how we did something similar with V2 Whiteboard.

Hope that helps,

Ryan

ok, thanx