cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
716
Views
0
Helpful
1
Replies

send the text with font using jabber api

gurunadhpflex
Level 1
Level 1

How to send the text with font style and color using jabber api?

Sample code is required

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

Take a look at XEP 0071:

https://xmpp.org/extensions/xep-0071.html

It looks like this is exposed in CAXL via jabberwerx.Message.setHTML().  Note per the XEP, you will likely need to populate both setBody() and setHTML()