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:
parent
1d12be1644
commit
ad87243060
171 changed files with 911 additions and 599 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue