Smack/smack-tcp/src/main
Florian Schmaus 6d7f3904d9 Throw NotConnectedException on login()
if connect() was not previously called. Previously calling login() with
arguments would not check for the preconditions.

The check to throw needs to be performed in AbstractXMPPConnection
before every 'abstract login(Non)Anonymously()' call. That's the two
lines that check the preconditions are duplicated.

Also fix NPE in
XMPPTCPConnection.throwNotConnectedExceptionIfAppropriate() when
packetWrite is null (i.e. if the connection was never connected before).
2015-01-17 17:53:36 +01:00
..
java/org/jivesoftware/smack/tcp Throw NotConnectedException on login() 2015-01-17 17:53:36 +01:00
resources/org.jivesoftware.smack.tcp Enable OSGi compliance via 'DynamicImport-Package: *' 2015-01-03 13:14:02 +01:00