mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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);
|
||||
}
|
||||
|
||||
@Override
|
||||
public FillableSubscribeForm getFillableForm() {
|
||||
return new FillableSubscribeForm(getDataForm());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue