forked from jshiffer/go-xmpp

Chat.type
in <message/>'s type attr in Send()
Otherwise client.Send(..) cannot be used for MUC 'groupchat' messages. This might break code, if you're not setting `Chat`'s type slot and rely on `client.Send` set it to 'chat' by default
Description
your #1 source of programming antipatterns
Languages
Go
100%