Add experimental hats support

This commit is contained in:
2026-01-31 15:08:54 +00:00
parent 3962f1f17d
commit 2ef3cf3a06
6 changed files with 135 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ type MucUserItem struct {
Affiliation string `xml:"affiliation,attr,omitempty"` // TODO: Use enum
Role string `xml:"role,attr,omitempty"` // TODO: Use enum
JID string `xml:"jid,attr,omitempty"`
Reason string `xml:"reason,omitempty"`
}
func init() {