1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00
Smack/extensions/src/main/java/org/jivesoftware/smackx/muc
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
..
packet Return List instead of Collection where appropriate 2014-04-14 14:09:53 +02:00
provider Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Affiliate.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
ConnectionDetachedPacketCollector.java Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
DeafOccupantInterceptor.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
DefaultParticipantStatusListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
DefaultUserStatusListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
DiscussionHistory.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
HostedRoom.java Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
InvitationListener.java Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
InvitationRejectionListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
MultiUserChat.java Provide a MUC method to create *or* join a room 2014-04-17 12:14:35 +02:00
Occupant.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
package.html Migrate from Ant to Gradle (SMACK-265) 2014-02-14 18:46:33 +01:00
PacketMultiplexListener.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
ParticipantStatusListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
RoomInfo.java Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
RoomListenerMultiplexor.java Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
SubjectUpdatedListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
UserStatusListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00