You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As defined in XEP-0045 (Mediated Invites). With the protocol buffers I think we could reuse ConversationMessage and just have a different type (e.g. TYPE_ROOM_INVITE)
This could be translated to:
<messagefrom='[email protected]'id='nzd143v8'to='[email protected]'>
<xxmlns='http://jabber.org/protocol/muc#user'>
<invitefrom='[email protected]/desktop'>
<reason>
Hey Hecate, this is the place for all good witches!
</reason>
</invite>
<password>cauldronburn</password>
</x>
</message>
ConversationMessage:
userName: [email protected]buddyName: [email protected]nickname: [email protected]message: Hey Hecate, this is the place for all good witches!timestamp: <timestamp>headline: cauldronburnid: nzd143v8
The text was updated successfully, but these errors were encountered:
This would be very helpful. Some XMPP clients don't have a good/straightforward way to browse conferences. If I receive a group message from a legacy network, it would be very useful to receive an invite if I'm not already in the room.
As defined in XEP-0045 (Mediated Invites). With the protocol buffers I think we could reuse ConversationMessage and just have a different type (e.g. TYPE_ROOM_INVITE)
This could be translated to:
The text was updated successfully, but these errors were encountered: