1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-11 10:09:38 +02:00

Rename package, make checkstyle smile

This commit is contained in:
vanitasvitae 2017-07-13 21:45:04 +02:00
parent 3c8542c85a
commit d61f9a511d
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 143 additions and 15 deletions

View file

@ -47,7 +47,7 @@ import org.jivesoftware.smackx.carbons.CarbonManager;
import org.jivesoftware.smackx.disco.ServiceDiscoveryManager;
import org.jivesoftware.smackx.eme.element.ExplicitMessageEncryptionElement;
import org.jivesoftware.smackx.hints.element.StoreHint;
import org.jivesoftware.smackx.jingle_encrypted_transfer.JingleEncryptionMethod;
import org.jivesoftware.smackx.jet.JingleEncryptionMethod;
import org.jivesoftware.smackx.mam.MamManager;
import org.jivesoftware.smackx.muc.MultiUserChat;
import org.jivesoftware.smackx.muc.MultiUserChatManager;