Smack/smack-core/src/main/java/org/jivesoftware/smack/packet
Luke GB 659714c2be Set jid to passed parameter, not null
Setting `jid` to `null` was probably not the intended behaviour of this constructor and means that the `IQReplyFilter` will later reject responses that it shouldn't, because the `AbstractXmppConnection` will automatically construct a JID based on the authenticated username.

In particular, this breaks attempting to connect to the PVP.net XMPP server.
2014-08-23 18:41:35 +02:00
..
Bind.java Set jid to passed parameter, not null 2014-08-23 18:41:35 +02:00
DefaultPacketExtension.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
Element.java Introduce packet.Element 2014-07-05 11:59:45 +02:00
IQ.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
Message.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
Packet.java Merge branch '4.0' 2014-07-14 14:31:09 +02:00
PacketExtension.java Introduce packet.Element 2014-07-05 11:59:45 +02:00
Presence.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
Registration.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
RosterPacket.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
Session.java Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
StreamError.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XMPPError.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00