mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
[pubsub] Add missing "FillableSubscribeForm SubscribeForm.getFillableForm()"
This commit is contained in:
parent
565397f632
commit
fec928ffe7
1 changed files with 4 additions and 0 deletions
|
@ -26,4 +26,8 @@ public class SubscribeForm extends Form implements SubscribeFormReader {
|
||||||
ensureFormType(dataForm, FORM_TYPE);
|
ensureFormType(dataForm, FORM_TYPE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public FillableSubscribeForm getFillableForm() {
|
||||||
|
return new FillableSubscribeForm(getDataForm());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue