-
The same as issue #521
I've just checked and this works as expected. Messages from "self" are in "From unknown" and are delivered and shown there. All conversations which are not MUC rooms or MIX channels or are not with people from
Contacts
window are shown inFrom unknown
section.If you will to received notifications for those messages please go to
Preferences
and inGeneral
checkShow for messages from unknown senders
inNotifications
section. -
Thanks for the quick response.
As far as I understand the setting should only affect whether I receive notifications for those, not whether they are visible in general.
I do unfortunately not see any messages in the chat window, I'm not just missing notifications.
I did check if it makes any difference if I check the checkbox and also restarted BeagleIM just to be sure but it does not appear to make any difference.
<!-- 2021-08-26T16:38:06Z <<<< --> <message to='nothing4you@w.tf-w.tf/DAv78hRC' type='chat' from='nothing4you@w.tf-w.tf'> <sent xmlns='urn:xmpp:carbons:2'> <forwarded xmlns='urn:xmpp:forward:0'> <message from='nothing4you@w.tf-w.tf/gajim.PXS83LRHWOGD8I9M' type='chat' xmlns='jabber:client' id='7b6c4735-145b-41b3-a45f-48c3653fd34f'> <body>this does not show up</body> <origin-id id='7b6c4735-145b-41b3-a45f-48c3653fd34f' xmlns='urn:xmpp:sid:0'/> <markable xmlns='urn:xmpp:chat-markers:0'/> <stanza-id by='nothing4you@w.tf-w.tf' xmlns='urn:xmpp:sid:0' id='99bcee4b-7ab9-4560-9cf2-2020590fb1b7'/> </message> </forwarded> </sent> </message> <!-- 2021-08-26T16:38:06Z <<<< --> <message type='chat' from='nothing4you@w.tf-w.tf/gajim.PXS83LRHWOGD8I9M' id='7b6c4735-145b-41b3-a45f-48c3653fd34f'> <body>this does not show up</body> <origin-id xmlns='urn:xmpp:sid:0' id='7b6c4735-145b-41b3-a45f-48c3653fd34f'/> <markable xmlns='urn:xmpp:chat-markers:0'/> <stanza-id xmlns='urn:xmpp:sid:0' id='1add16b0-c5b7-494c-905e-721d9365b553' by='nothing4you@w.tf-w.tf'/> </message> <!-- 2021-08-26T16:38:06Z <<<< --> <r xmlns='urn:xmpp:sm:3'/> <!-- 2021-08-26T16:38:06Z >>>> --> <a xmlns='urn:xmpp:sm:3' h='2371'/>
-
According to RFC 6120 https://datatracker.ietf.org/doc/html/rfc6120#section-8.1.1.1 states that for incoming stanza:
- A stanza with a specific intended recipient (e.g., a conversation partner, a remote service, the server itself, even another resource associated with the user's bare JID) MUST possess a 'to' attribute whose value is an XMPP address.
and for processing stanzas before sending them back to client:
- If the server has received the stanza from another connected client or from a peer server, the server MUST NOT modify the 'to' address before delivering the stanza to the client.
I'm pretty sure that your other clients are sending
to
attribute in messages sent to self and your server is removing thisto
attribute which is notok
according to this RFC.@mwild1 Am I correct? I know that client may "ignore" checking
to
but it still may be checking and withoutto
there is an issue.
Describe the bug Occasionally I want to share text or files between devices. With Gajim and Conversations this works just fine, however, with BeagleIM this is only possible one-way. Messages sent by BeagleIM show up in other clients but messages sent from Gajim or Conversations never show up.
To Reproduce Steps to reproduce the behavior:
Expected behavior Messages should show up in BeagleIM as well.
Desktop (please complete the following information):
Additional context In BeagleIM the chat shows up in the
From unknown
section belowDirect messages
if you explicitly open such a chat.