fix some crashes and debug smtn

This commit is contained in:
2026-02-04 10:12:49 +00:00
parent 5c76729a6b
commit 6626d35920
2 changed files with 14 additions and 2 deletions

View File

@@ -252,6 +252,12 @@ func main() {
return
}
e := stanza.PubSubEvent{}
ok = m.Get(&e)
if ok {
fmt.Println(e)
}
/*
if m.Body == "" {
return