Smack/core/src/main/java/org/jivesoftware/smack/util
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
..
dns Move DNS resolving into connect() 2014-03-19 13:14:03 +01:00
Base32Encoder.java Re-activate all ignored unit-tests 2014-03-10 22:41:34 +01:00
Base64.java Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
Base64Encoder.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Base64FileUrlEncoder.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Cache.java Remove old Apache commons collections from codebase 2014-03-17 14:47:55 +01:00
DNSUtil.java Add log to DNSUtil 2014-03-28 14:46:30 +01:00
FileUtils.java Move file related methods to FileUtils 2014-03-20 13:26:57 +01:00
LazyStringBuilder.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
ObservableReader.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
ObservableWriter.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
PacketParserUtils.java Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
ReaderListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
StringEncoder.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
StringUtils.java Provide a MUC method to create *or* join a room 2014-04-17 12:14:35 +02:00
WriterListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
XmlStringBuilder.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
XmppDateTime.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
package.html Migrate from Ant to Gradle (SMACK-265) 2014-02-14 18:46:33 +01:00