mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-12 08:01:08 +01:00
[SPARK-651] - More Message Improvements
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7910 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
241ae7c276
commit
b695257f76
2 changed files with 12 additions and 3 deletions
|
|
@ -361,7 +361,7 @@ public abstract class TransportNegotiator extends JingleNegotiator {
|
|||
|
||||
if (getState() == null || !getState().equals(active)) {
|
||||
try {
|
||||
session.terminate();
|
||||
session.terminate("Unable to negotiate session. This may be caused by firewall configuration problems.");
|
||||
}
|
||||
catch (XMPPException e) {
|
||||
e.printStackTrace();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue