FluuxIO / go-xmpp

Native Go XMPP library
https://www.process-one.net/
BSD 3-Clause "New" or "Revised" License
317 stars 63 forks source link

Pub sub example update #146

Closed remicorniere closed 4 years ago

remicorniere commented 4 years ago

Cleaned up the code.
Changed from []Field to []*Field in Form which seems easier to manage.
Added NewFormSubmissionOwner to the Owner namespace for pubsubs and tests for it.