> Other than chat, groupchat, normal, and headline, is it possible to
> define my own message types? I'd like to transfer some custom data
> that don't fall into any of these categories and I don't want the
> client user interface to present to the user. Is this
> possible/allowed?

It's not allowed to use a custom 'type' attribute.

However, if you don't add a <body/> to your message containing your
custom payload, clients should ignore it:

<message to="[email protected]">
  <mycustomdata xmlns="http://bla.com";>abcde</mycustomdata>
</message>

cheers,
Remko
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: [email protected]
_______________________________________________

Reply via email to