Stream Feature: Join a group chat (Multi-User Chat / MUC) #17

Open
opened 2024-11-25 19:14:52 +00:00 by Ivan-lis · 0 comments
Member

Stream and Stanza overview: https://xmpp.org/rfcs/rfc6120.html#streams

IQ Query Roster Management: https://xmpp.org/rfcs/rfc6121.html#roster-login

Multi user chat messaging attributes (search for "multi-user")
https://xmpp.org/rfcs/rfc6121.html#message-syntax-to

Resource binding
https://xmpp.org/rfcs/rfc6120.html#bind

Step-by-Step Process:
Step 1: Send a presence stanza to the room JID with your desired nickname.
Step 2: The server will respond with a presence stanza to confirm that you have joined the room.
Step 3: You will start receiving presence stanzas from the room indicating the presence of other participants.

Stream and Stanza overview: https://xmpp.org/rfcs/rfc6120.html#streams IQ Query Roster Management: https://xmpp.org/rfcs/rfc6121.html#roster-login Multi user chat messaging attributes (search for "multi-user") https://xmpp.org/rfcs/rfc6121.html#message-syntax-to Resource binding https://xmpp.org/rfcs/rfc6120.html#bind Step-by-Step Process: Step 1: Send a presence stanza to the room JID with your desired nickname. Step 2: The server will respond with a presence stanza to confirm that you have joined the room. Step 3: You will start receiving presence stanzas from the room indicating the presence of other participants.
Ivan-lis added this to the Main project 2024-11-25 19:16:07 +00:00
Ivan-lis added a new dependency 2024-11-25 19:21:38 +00:00
Ivan-lis added a new dependency 2024-11-25 19:22:06 +00:00
sectapunterx self-assigned this 2025-01-18 13:32:30 +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.

Reference: Larra/larra#17
No description provided.