mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02: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…
Add table
Add a link
Reference in a new issue