1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-12-24 13:27:59 +01:00
Smack/source/org/jivesoftware/smack
Florian Schmaus bd709dc323 SMACK-452 Correctly parse stream error packets
Modified PacketParserUtils.parseStreamError() to take into account that
there may be an optional text element and an optional application
specific element.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13767 b35dd754-fafc-0310-a699-88a17e54d16e
2013-10-09 17:02:34 +00:00
..
compression SMACK-448 Java7ZlibInputOutputStream: Use correct Deflater compression level 2013-06-24 22:42:37 +00:00
debugger SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
filter SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
keepalive SMACK-441 Create packet collector only when necessary 2013-06-30 20:00:50 +00:00
packet SMACK-452 Correctly parse stream error packets 2013-10-09 17:02:34 +00:00
parsing SMACK-425 Few changes based on review http://fisheye.igniterealtime.org/cru/SMACK-4 2013-10-05 23:14:24 +00:00
ping SMACK-412 Abstracted the keepalive implementation and set the thread to start and stop on demand. 2013-04-16 01:39:17 +00:00
provider SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
proxy SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
sasl SMACK-344 Patch applied that allows the host and service name to be different for SASL authentication 2013-04-20 22:05:28 +00:00
util SMACK-452 Correctly parse stream error packets 2013-10-09 17:02:34 +00:00
AbstractConnectionListener.java
AccountManager.java
Chat.java
ChatManager.java
ChatManagerListener.java
Connection.java
ConnectionConfiguration.java
ConnectionCreationListener.java
ConnectionListener.java
MessageListener.java
NonSASLAuthentication.java
OpenTrustManager.java
package.html
PacketCollector.java
PacketInterceptor.java
PacketListener.java
PacketReader.java SMACK-425 Few changes based on review http://fisheye.igniterealtime.org/cru/SMACK-4 2013-10-05 23:14:24 +00:00
PacketWriter.java SMACK-412 Fixed merge error. 2013-03-23 13:27:55 +00:00
PrivacyList.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
PrivacyListListener.java
PrivacyListManager.java
ReconnectionManager.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
Roster.java
RosterEntry.java SMACK-428 add 'public int RosterEntry.hashCode()' 2013-05-17 22:05:57 +00:00
RosterGroup.java
RosterListener.java
SASLAuthentication.java SMACK-344 Patch applied that allows the host and service name to be different for SASL authentication 2013-04-20 22:05:28 +00:00
ServerTrustManager.java SMACK-444 Allow 'null' for options in ServerTrustManager 2013-10-09 12:31:17 +00:00
SmackConfiguration.java Versioning updates for new release. 2013-10-07 02:42:12 +00:00
SmackError.java
UserAuthentication.java
XMPPConnection.java SMACK-456 Added the causing exception 2013-10-09 11:54:03 +00:00
XMPPException.java