Smack/smack-core/src/main/java/org/jivesoftware/smack/util
Ingo Bauersachs 699145ee5f Get descriptive text from error without lang
A stanza with <error><text>Some text</text></error>, i.e. without a
xml:lang attribute, did not return the value 'Some text' in
getDescriptiveText().

Insert the empty string as key when the attribute is not present while
parsing the xml. When writing, omit the attribute if the key is the
empty string.
2017-09-27 00:21:40 +02:00
..
dns Deal with cases wehre HostAddress.fqdn is null 2017-07-02 18:09:15 +02:00
stringencoder Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
ArrayBlockingQueueWithShutdown.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
Async.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
BoundedThreadPoolExecutor.java Make executorService blocking in AbstractXMPPConnection 2015-11-21 17:31:39 +01:00
ByteUtils.java Implemented MD5 just like the SHA1 util 2014-11-15 09:46:39 +01:00
CollectionUtil.java Rework and improve authentication API and internals 2015-05-03 22:00:41 +02:00
DNSUtil.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
EventManger.java More checkstyle whitespace related checks 2017-05-24 14:42:38 +02:00
FileUtils.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
IpAddressUtil.java Enable -Werror and add XmppHostnameVerifier 2015-03-23 14:20:03 +01:00
LazyStringBuilder.java Log LazyStringBuilder instances throwing a NPE 2017-04-19 20:09:32 +02:00
MAC.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
MD5.java Implemented MD5 just like the SHA1 util 2014-11-15 09:46:39 +01:00
MultiMap.java More checkstyle whitespace related checks 2017-05-24 14:42:38 +02:00
NumberUtil.java Improve privacy parsing and API. Add NumberUtil 2015-01-21 09:50:44 +01:00
Objects.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
ObservableReader.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
ObservableWriter.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
PacketParserUtils.java Get descriptive text from error without lang 2017-09-27 00:21:40 +02:00
PacketUtil.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
ParserUtils.java Add ParserUtils.getXmlLang(XmlPullParser) 2017-06-17 11:42:09 +02:00
ReaderListener.java 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
SHA1.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
SmackExecutorThreadFactory.java Change SmackExecutorthreadFactory constructor parameter to XMPPConnection 2015-04-22 09:45:02 +02:00
StringTransformer.java Support for International Domain Names in DNSUtil 2014-09-13 09:27:55 +02:00
StringUtils.java More checkstyle whitespace related checks 2017-05-24 14:42:38 +02:00
SystemUtil.java Throw exception if smack-java7 is loaded on Android 2015-04-25 22:53:46 +02:00
TLSUtils.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
TypedCloneable.java Add TypedCloneable 2015-03-10 22:50:48 +01:00
WriterListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XmlStringBuilder.java Get descriptive text from error without lang 2017-09-27 00:21:40 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00