1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-05 16:15:58 +01:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/ping
Florian Schmaus 64e49cb934 Add getLastStanzaReceived() to XMPPConnection
also remove faulty PongFilter from PingManager. It never matched any
stanzas, since a Pong is just a plain result IQ that is not qualified by
any XMPP Ping namespace.

Fixes SMACK-597
2014-08-20 10:35:17 +02:00
..
packet Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
provider Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PingFailedListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PingManager.java Add getLastStanzaReceived() to XMPPConnection 2014-08-20 10:35:17 +02:00