mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-11 15:41:08 +01:00
SMACK-541 Fix of XHTMLExtensionProvider on Android
This fixes issue there on android in XHTMLExtension bodys contained "null" instead of actual xhtml tags This happened due to difference in XPP implementation in KXmlPullParser (on Android) MXParser (in other cases) This fix replaces usage of getText method of XPP with restoration of xhtml tags using XPP api.
This commit is contained in:
parent
585e20e93e
commit
06f88674ee
4 changed files with 168 additions and 47 deletions
|
|
@ -0,0 +1 @@
|
|||
<html xmlns='http://jabber.org/protocol/xhtml-im'><body xmlns='http://www.w3.org/1999/xhtml'><span style='color: rgb(0, 0, 0); font-family: sans-serif, 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif; font-weight: 600; line-height: 18px;'>Generic family<br/>AnotherLine</span></body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue