Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/muc
Florian Schmaus c9a9982cef Migrate markdown documentation to javadoc
While markdown is easier to write, Smack's markdown documentation was
never tightly coupled with the source. For example, the markdown
documentation never provided links to the actual Java classes and
methods. This poses the risk that the documentation and the code
diverge over time. Furthermore, javadoc is constantly improving (for
example @snippet annotations) and I expect that one will be able to
write javadoc in markdown.

Fixes SMACK-928.
2023-02-03 09:50:35 +01:00
..
bookmarkautojoin [core] Deprecate AbstractConnectionListener 2020-05-13 22:14:43 +02:00
filter Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
packet [muc] Fix GroupChatInviation's constructor 2022-08-07 17:03:05 +02:00
provider [muc] Use EntityBareJid instead of String in GroupChatInvitation 2022-08-01 21:54:37 +02:00
Affiliate.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
AutoJoinFailedCallback.java Option to automatically rejoin MUC rooms after reconnection 2016-11-06 11:14:19 +01:00
AutoJoinSuccessCallback.java Add a success callback for auto-join on reconnect. 2019-04-09 14:21:11 -07:00
DefaultParticipantStatusListener.java [muc] Deprecate DefaultParticipantStatusListener 2020-05-13 22:00:42 +02:00
DefaultUserStatusListener.java [muc] Deprecate DefaultUserStatusListener 2020-05-13 22:01:17 +02:00
DiscussionHistory.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
HostedRoom.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
InvitationListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
InvitationRejectionListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
MUCAffiliation.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
MUCRole.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
MucConfigFormManager.java [sinttest] Additional tests for § 6 of XEP-0045 2021-12-20 21:11:31 +01:00
MucEnterConfiguration.java Delete TypedCloneable 2020-06-14 17:38:51 +02:00
MucMessageInterceptor.java [muc] Introduce MucMessageInterceptor 2021-03-23 21:27:10 +01:00
MultiUserChat.java Merge branch '4.4' 2022-09-02 16:17:12 +02:00
MultiUserChatConstants.java [muc] Do not filter for presence ID if #stable_id is not announced 2021-03-14 12:48:01 +01:00
MultiUserChatException.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
MultiUserChatManager.java [muc] Introduce MucMessageInterceptor 2021-03-23 21:27:10 +01:00
Occupant.java Rename Stanza.getExtension(String, String) to getExtensionElement() 2020-04-12 12:09:04 +02:00
ParticipantStatusListener.java [muc] Add generic callback invoked if a participant is removed 2020-05-13 22:14:43 +02:00
RoomInfo.java Re-work data form API 2020-05-13 20:14:41 +02:00
SubjectUpdatedListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
UserStatusListener.java [muc] Deprecate DefaultUserStatusListener 2020-05-13 22:01:17 +02:00
package-info.java Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00