Smack/smack-core/src/main/java/org/jivesoftware/smack
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
..
compress Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
compression Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
debugger Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
filter Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
initializer Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
iqrequest Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
packet Get descriptive text from error without lang 2017-09-27 00:21:40 +02:00
parsing Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
provider Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
proxy Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
sasl Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
util Get descriptive text from error without lang 2017-09-27 00:21:40 +02:00
AbstractConnectionClosedListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
AbstractConnectionListener.java Add 'resumed' bool ConnectionListener's authenticated() 2015-01-07 21:11:09 +01:00
AbstractXMPPConnection.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
ConnectionConfiguration.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
ConnectionCreationListener.java Make XMPPConnection an interface 2014-05-28 08:18:41 +02:00
ConnectionListener.java Remove protected getConnectionListeners() 2015-01-10 11:26:10 +01:00
ExceptionCallback.java Add an API to send and wait async for a response 2014-08-16 00:08:53 +02:00
Manager.java Add Manager.getAuthenticatedConnectionOrThrow() 2015-04-09 19:00:03 +02:00
MessageListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
PacketListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
PresenceListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
ReconnectionManager.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
SASLAuthentication.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
SmackConfiguration.java Merge pull request #163 from ibauersachs/replymode-public 2017-08-14 22:57:28 +02:00
SmackException.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
SmackFuture.java Add PingManager.pingAsync(Jid, long) 2017-05-16 15:53:03 +02:00
SmackInitialization.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
StanzaCollector.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
StanzaListener.java Improve StanzaListner javadoc 2017-08-14 14:18:21 +02:00
SuccessCallback.java Add PingManager.pingAsync(Jid, long) 2017-05-16 15:53:03 +02:00
SynchronizationPoint.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
UnparseableStanza.java Improve parsing exception callback. 2015-05-18 12:38:25 +02:00
XMPPConnection.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
XMPPConnectionRegistry.java 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
XMPPException.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00