Smack/core
Florian Schmaus bd5ceded37 Provide a MUC method to create *or* join a room
MulitUserChat.create() will throw an SmackException if the MUC service
does not return a 201 status when entering a room. Some MUC
implementations don't return the 201 status but instead behave like
the room already existed.

If the user doesn't care about the room beeing locked until the
initial configuration has been send, he can now use the new
MutliUserChat.createOrJoin(String) method.

Also remove some duplicate code by creating the private enter() method.

Fixes SMACK-557
2014-04-17 12:14:35 +02:00
..
src Provide a MUC method to create *or* join a room 2014-04-17 12:14:35 +02:00
.gitignore Add initializer tests and move classpath files 2014-02-15 22:12:12 +01:00
build.gradle Reworked compression-jzlib and compressionHandlers 2014-03-10 10:20:52 +01:00