Smack/bosh/src/main/java/org/jivesoftware/smack
Florian Schmaus 874a22489e Remove resource binding out of sasl auth
Follow XEP-170 recommendations: Resource binding *after* compression.

Fixes also a bunch of race conditions related to the wait()/notify()
pattern used in the early stages of a Connection where
createPacketCollectorAndSend(Packet).nextResultOrThrow() can not be
used. Those wait()/notify() patterns are currently
- SASL authentication
- compression
- resource binding

Fixes SMACK-454
2014-04-28 07:58:34 +02:00
..
BOSHConfiguration.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
BOSHPacketReader.java Remove resource binding out of sasl auth 2014-04-28 07:58:34 +02:00
XMPPBOSHConnection.java Remove resource binding out of sasl auth 2014-04-28 07:58:34 +02:00