mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-14 06:51: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
|
|
@ -564,7 +564,7 @@ public final class EntityCapsManager extends Manager {
|
|||
/**
|
||||
*
|
||||
* @param info
|
||||
* @return true if the stanza(/packet) extensions is ill-formed
|
||||
* @return true if the stanza extensions is ill-formed
|
||||
*/
|
||||
protected static boolean verifyPacketExtensions(DiscoverInfo info) {
|
||||
List<FormField> foundFormTypes = new LinkedList<>();
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ public class SimpleDirectoryPersistentCache implements EntityCapsPersistentCache
|
|||
}
|
||||
|
||||
/**
|
||||
* Writes the DiscoverInfo stanza(/packet) to an file
|
||||
* Writes the DiscoverInfo stanza to an file
|
||||
*
|
||||
* @param file
|
||||
* @param info
|
||||
|
|
@ -139,7 +139,7 @@ public class SimpleDirectoryPersistentCache implements EntityCapsPersistentCache
|
|||
}
|
||||
|
||||
/**
|
||||
* Tries to restore an DiscoverInfo stanza(/packet) from a file.
|
||||
* Tries to restore an DiscoverInfo stanza from a file.
|
||||
*
|
||||
* @param file
|
||||
* @return the restored DiscoverInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue