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