nick who wrote subject not displayed

Bug #1262810 reported by GreenBlood
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Jabberd
New
Undecided
Unassigned

Bug Description

Running : jabberd version 2.2.14 on Linux x86_64

Hi, I'm currently a moderator on a MUC using your software and I noticed that on connection to the muc using gajim, the nick of the user who wrote the subject was not displayed, not at all, just a blank space. " has changed the subject to blah blah", so I hopped into the gajim muc to investigate this issue, and after some search it seems that your server sends the sentence "[Nickname here] has set the topic to: [topic here]" in a <body>, which is not recognized by gajim. Below the <message> sending the topic.

<message xmlns='jabber:client' type='groupchat' <email address hidden>/Gajim' <email address hidden>'>
<subject>La room de Noël</subject>
<body>Le -Stitch- Fouettard has set the topic to: La room de Noël</body>
</message>

The nick is supposed to be in the MUC resource ( "<email address hidden>/Le -Stitch- Fouettard" in our case), and the body field is not supposed to be here at all.
See : http://xmpp.org/extensions/xep-0045.html#enter-subject
"[...]This is a <message/> stanza from the room JID (or from the occupant JID of the entity that set the subject), with a <subject/> element but no <body/> element, as shown in the following example."

<message
    <email address hidden>/secondwitch'
    id='F437C672-D438-4BD3-9BFF-091050D32EE2'
    <email address hidden>/desktop'
    type='groupchat'>
  <subject>Fire Burn and Cauldron Bubble!</subject>
</message>

So, well, thanks for reading, I hope to see this resolved.
GreenBlood.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.