Various bugfixes.
- HAS_CSI might be called before features have been received. Instead, set a flag whenever a feature is received and check for that flag. - Converse.ping was sending stanzas to the bare jid instead of to the domain. - The handler that updates the date the last stanza was received must return true so that it gets called again. - Only register the Pong handler if Ping is enabled. - Rename lastMessage to lastStanzaDate to make it more clear.
Showing
Please register or sign in to comment