You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Bernd Fondermann (JIRA)" <ji...@apache.org> on 2010/03/31 17:13:27 UTC

[jira] Commented: (VYSPER-197) Psi not displaying it's own groupchat message

    [ https://issues.apache.org/jira/browse/VYSPER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851898#action_12851898 ] 

Bernd Fondermann commented on VYSPER-197:
-----------------------------------------

This looks like a Psi glitch, but maybe we must change message IDs when echoing to the client?
Additionally, I wonder where the xmlns="" is coming from, since it isn't in the original stanza + it is not added for the message of the non-psi client.

> 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="chat1@chat.vysper.org" 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="chat1@chat.vysper.org/user1" type="groupchat" to="user1@vysper.org/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="chat1@chat.vysper.org/u2" type="groupchat" to="user1@vysper.org/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.