Stream Feature: Implement thread attribute and UUID generation for it for 1-to-1 messaging #31

Open
opened 2024-12-26 23:10:30 +00:00 by Ivan-lis · 0 comments
Member

https://xmpp.org/rfcs/rfc6121.html#message-syntax-thread

In case if parent present - throw unsupported error. Also, for all other features unsupported must be thrown

<message
    from='juliet@example.com/balcony'
    id='ktx72v49'
    to='romeo@example.net'
    type='chat'
    xml:lang='en'>
  <body>Art thou not Romeo, and a Montague?</body>
  <thread parent='e0ffe42b28561960c6b12b944a092794b9683a38'>
    0e3141cd80894871a68e6fe6b1ec56fa
  </thread>
</message>
https://xmpp.org/rfcs/rfc6121.html#message-syntax-thread In case if parent present - throw unsupported error. Also, for all other features unsupported must be thrown ```xml <message from='juliet@example.com/balcony' id='ktx72v49' to='romeo@example.net' type='chat' xml:lang='en'> <body>Art thou not Romeo, and a Montague?</body> <thread parent='e0ffe42b28561960c6b12b944a092794b9683a38'> 0e3141cd80894871a68e6fe6b1ec56fa </thread> </message> ```
Ivan-lis added this to the Main project 2024-12-26 23:10:30 +00:00
Ivan-lis added a new dependency 2024-12-26 23:10:55 +00:00
Ivan-lis changed title from Stream Feature: Implement thread attribute and UUID generation for ir for Stanza messages to Stream Feature: Implement thread attribute and UUID generation for it for 1-to-1 messaging 2024-12-26 23:12:13 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Depends on
You do not have permission to read 1 dependency
Reference: Larra/larra#31
No description provided.