1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/extensions/src/main/java/org/jivesoftware/smackx
Vyacheslav Blinov 06f88674ee 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.
2014-03-09 11:20:31 +01:00
..
address Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
attention/packet Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
bookmarks s/XMPPConnection/TCPConnection 2014-03-09 11:20:30 +01:00
bytestreams Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
caps Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
chatstates Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
commands Improve packet send and result collecting API 2014-02-18 19:39:47 +01:00
delay Rework XMPP Date/Time related code 2014-03-09 11:20:31 +01:00
disco Rework XMPP Date/Time related code 2014-03-09 11:20:31 +01:00
filetransfer Add and use IQReplyFilter (SMACK-533) 2014-03-07 16:13:07 +01:00
forward Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
iqlast s/XMPPConnection/TCPConnection 2014-03-09 11:20:30 +01:00
iqprivate Improve packet send and result collecting API 2014-02-18 19:39:47 +01:00
iqversion/packet Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
muc Use correct namespace for MUC.getAdmins() 2014-03-01 15:38:07 +01:00
nick/packet Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
offline Send request after the PacketCollector was setup 2014-02-25 22:52:07 +01:00
pep Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
ping PingManager should notify PingFailedListeners only once 2014-03-01 15:29:35 +01:00
privacy Improve packet send and result collecting API 2014-02-18 19:39:47 +01:00
pubsub Rework XMPP Date/Time related code 2014-03-09 11:20:31 +01:00
receipts Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
search s/XMPPConnection/TCPConnection 2014-03-09 11:20:30 +01:00
sharedgroups Improve packet send and result collecting API 2014-02-18 19:39:47 +01:00
shim Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
si Rework XMPP Date/Time related code 2014-03-09 11:20:31 +01:00
time Rework XMPP Date/Time related code 2014-03-09 11:20:31 +01:00
vcardtemp Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
xdata Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
xevent Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
xhtmlim SMACK-541 Fix of XHTMLExtensionProvider on Android 2014-03-09 11:20:31 +01:00
ExtensionsProviderInitializer.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
ExtensionsStartupClasses.java Reworked Smack initialization 2014-02-23 17:48:07 +01:00