mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-14 15:01:07 +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
|
|
@ -39,10 +39,10 @@ public class ReportedData {
|
|||
private String title = "";
|
||||
|
||||
/**
|
||||
* Returns a new ReportedData if the stanza(/packet) is used for reporting data and includes an
|
||||
* Returns a new ReportedData if the stanza is used for reporting data and includes an
|
||||
* extension that matches the elementName and namespace "x","jabber:x:data".
|
||||
*
|
||||
* @param packet the stanza(/packet) used for reporting data.
|
||||
* @param packet the stanza used for reporting data.
|
||||
* @return ReportedData from the packet if present, otherwise null.
|
||||
*/
|
||||
public static ReportedData getReportedDataFrom(Stanza packet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue