You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on RFC6121, attributes for sending message from README and example doesn't following the documentation. It produce the message doesn't receive to client.
I would suggest to PR the example for update README and example library. Adding "chat" as type will resolve this issue.
Based on RFC6121, attributes for sending message from README and example doesn't following the documentation. It produce the message doesn't receive to client.
I would suggest to PR the example for update README and example library. Adding "chat" as type will resolve this issue.
stanza.Message{Attrs: stanza.Attrs{To: msg.From, Type: "chat"}, Body: msg.Body}
Reference : https://xmpp.org/rfcs/rfc6121.html#message-syntax
The text was updated successfully, but these errors were encountered: