1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-15 15:31: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

@ -47,11 +47,11 @@ public class Form {
private DataForm dataForm;
/**
* Returns a new ReportedData if the stanza(/packet) is used for gathering data and includes an
* Returns a new ReportedData if the stanza is used for gathering data and includes an
* extension that matches the elementName and namespace "x","jabber:x:data".
*
* @param packet the stanza(/packet) used for gathering data.
* @return the data form parsed from the stanza(/packet) or <tt>null</tt> if there was not
* @param packet the stanza used for gathering data.
* @return the data form parsed from the stanza or <tt>null</tt> if there was not
* a form in the packet.
*/
public static Form getFormFrom(Stanza packet) {

View file

@ -44,7 +44,7 @@ public class DataForm implements ExtensionElement {
public enum Type {
/**
* This stanza(/packet) contains a form to fill out. Display it to the user (if your program can).
* This stanza contains a form to fill out. Display it to the user (if your program can).
*/
form,