mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-11 15:41:08 +01:00
Enable trailing whitespace checkstyle check
for all source code regions, including javadoc.
This commit is contained in:
parent
9d61a6de7d
commit
e8923b9d16
545 changed files with 3713 additions and 3715 deletions
|
|
@ -36,10 +36,10 @@ public class MessageEventTest extends SmackTestCase {
|
|||
|
||||
/**
|
||||
* Low level API test.
|
||||
* This is a simple test to use with an XMPP client and check if the client receives the
|
||||
* This is a simple test to use with an XMPP client and check if the client receives the
|
||||
* message
|
||||
* 1. User_1 will send a message to user_2 requesting to be notified when any of these events
|
||||
* occurs: offline, composing, displayed or delivered
|
||||
* occurs: offline, composing, displayed or delivered
|
||||
*/
|
||||
public void testSendMessageEventRequest() {
|
||||
// Create a chat for each connection
|
||||
|
|
@ -70,10 +70,10 @@ public class MessageEventTest extends SmackTestCase {
|
|||
|
||||
/**
|
||||
* Low level API test.
|
||||
* This is a simple test to use with an XMPP client, check if the client receives the
|
||||
* This is a simple test to use with an XMPP client, check if the client receives the
|
||||
* message and display in the console any notification
|
||||
* 1. User_1 will send a message to user_2 requesting to be notified when any of these events
|
||||
* occurs: offline, composing, displayed or delivered
|
||||
* occurs: offline, composing, displayed or delivered
|
||||
* 2. User_2 will use an XMPP client (like Exodus) to display the message and compose a reply
|
||||
* 3. User_1 will display any notification that receives
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ public class XHTMLExtensionTest extends SmackTestCase {
|
|||
final StanzaCollector chat2 = getConnection(1).createStanzaCollector(
|
||||
new ThreadFilter(chat1.getThreadID()));
|
||||
|
||||
// Create a Listener that listens for Messages with the extension
|
||||
// Create a Listener that listens for Messages with the extension
|
||||
//"http://jabber.org/protocol/xhtml-im"
|
||||
// This listener will listen on the conn2 and answer an ACK if everything is ok
|
||||
PacketFilter packetFilter =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue