1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-18 11:01:08 +01:00

Globally 's;stanza(/packet);stanza;'

This commit is contained in:
Florian Schmaus 2018-03-31 14:17:30 +02:00
parent 1d12be1644
commit ad87243060
171 changed files with 911 additions and 599 deletions

View file

@ -306,7 +306,7 @@ public final class AdHocCommandManager extends Manager {
}
/**
* Process the AdHoc-Command stanza(/packet) that request the execution of some
* Process the AdHoc-Command stanza that request the execution of some
* action of a command. If this is the first request, this method checks,
* before executing the command, if:
* <ul>
@ -327,7 +327,7 @@ public final class AdHocCommandManager extends Manager {
* </ul>
*
* @param requestData
* the stanza(/packet) to process.
* the stanza to process.
* @throws NotConnectedException
* @throws NoResponseException
* @throws InterruptedException