Thread safety of XMPPConnection object

Is it safe to create an XMPPConnection object in one thread and to invoke its sendPacket() method in another, possibly while a send is in progress in the creating thread?