Psi not displaying it's own groupchat message
---------------------------------------------
Key: VYSPER-197
URL: https://issues.apache.org/jira/browse/VYSPER-197
Project: VYSPER
Issue Type: Bug
Components: XEP-0045 MUC
Affects Versions: 0.5
Environment: Vysper 0.5, Psi 0.14
Reporter: Bernd Fondermann
Priority: Minor
Psi client do not display it's own sent messages while it displays messages
sent from other clients properly
Message sent from Psi client:
<message type="groupchat" to="[email protected]" id="aadea" >
<body>hi everyone</body>
<nick xmlns="http://jabber.org/protocol/nick">user1</nick>
</message>
Stanza received by Psi client from self, but not displayed in chat window:
<message from="[email protected]/user1" type="groupchat"
to="[email protected]/18983df74c0e40029a4d7eccc791b4b8" id="aadea" >
<body xmlns="">hi everyone</body>
<nick xmlns="http://jabber.org/protocol/nick">user1</nick>
</message>
Stanza received by Psi client sent from another client, properly displayed:
<message from="[email protected]/u2" type="groupchat"
to="[email protected]/18983df74c0e40029a4d7eccc791b4b8" >
<body>la paloma</body>
</message>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.