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
In xmpp multi-user-chat messages, the "from" field is a JID in the format: [email protected]/user_alias (XEP-0045 see reflected message stanza in Ex. 61).
We are pulling the "user_alias" off that string in our message records in jane_command_worker:handle_message. This should be handled in jane_xmpp_server.
The text was updated successfully, but these errors were encountered:
Offending code.
In xmpp multi-user-chat messages, the "from" field is a JID in the format: [email protected]/user_alias (XEP-0045 see reflected message stanza in Ex. 61).
We are pulling the "user_alias" off that string in our message records in jane_command_worker:handle_message. This should be handled in jane_xmpp_server.
The text was updated successfully, but these errors were encountered: