Conversations/src/main/java/eu/siacs/conversations/xmpp
Daniel Gultsch f22e33e3ea fixed race condition of WebRTCWrapper being closed before transitioning into terminal state
JingleRTPConnection shuts down the WebRTCWrapper before transitioning into a terminal state.
(This allows us to make sure it is actually closed when reaching that state);
However that means that, when we get a UI redrawn inbetween closing and transitioning we might
still be in SESSION_ACCEPTED but with no PeerConnection. This traditionally has triggered
an IllegalStateException on getting the EndUserState.
This commit catches the ISE and returns 'ENDING' instead.
Chances are that this is only visibiliy for a very brief time in the UI before the transition
triggers the UI to redraw with the proper state.

fixes #3848
2020-08-01 08:20:10 +02:00
..
chatstate removed unecessary chat state 2015-11-26 06:53:02 +01:00
forms fixed caps hash generation for empty form values 2018-04-22 11:07:00 +02:00
jingle fixed race condition of WebRTCWrapper being closed before transitioning into terminal state 2020-08-01 08:20:10 +02:00
mam use mam reference instead of timestamp 2017-05-07 21:05:35 +02:00
pep switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
stanzas use Account.getDomain() for direct access to domain jid 2020-05-17 10:24:46 +02:00
InvalidJid.java use Account.getDomain() for direct access to domain jid 2020-05-17 10:24:46 +02:00
Jid.java use Account.getDomain() for direct access to domain jid 2020-05-17 10:24:46 +02:00
OnAdvancedStreamFeaturesLoaded.java added max history age (default 1w). automatically sort newly added mam messages 2014-12-10 14:08:06 +01:00
OnBindListener.java Make conversations the root project 2014-10-22 15:47:11 -04:00
OnContactStatusChanged.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
OnIqPacketReceived.java unified all account state exceptions 2017-05-05 09:33:05 +02:00
OnKeyStatusUpdated.java improved error reporting in trust keys activity 2015-10-17 14:09:26 +02:00
OnMessageAcknowledged.java do not call listeners while being synchronized on stanza queue 2018-07-16 20:42:17 +02:00
OnMessagePacketReceived.java Make conversations the root project 2014-10-22 15:47:11 -04:00
OnPresencePacketReceived.java Make conversations the root project 2014-10-22 15:47:11 -04:00
OnStatusChanged.java Make conversations the root project 2014-10-22 15:47:11 -04:00
OnUpdateBlocklist.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
PacketReceived.java Make conversations the root project 2014-10-22 15:47:11 -04:00
Patches.java remove prosody push from blacklist 2017-11-12 19:22:39 +01:00
WrappedJid.java fix jid.withResource() for domain jids 2020-05-18 09:14:57 +02:00
XmppConnection.java ensure server triggered jingle iq-errors get routed properly 2020-07-18 16:14:39 +02:00