Expand comments

disco_info_form
Mickael Remond 5 years ago committed by Mickaël Rémond
parent 69118a952a
commit 014957e029

@ -7,6 +7,7 @@ import (
"gosrc.io/xmpp/stanza"
)
// Test DiscoInfo Builder with several features
func TestDiscoInfo_Builder(t *testing.T) {
iq := stanza.NewIQ(stanza.Attrs{Type: "get", To: "service.localhost", Id: "disco-get-1"})
disco := iq.DiscoInfo()

Loading…
Cancel
Save