Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for group invites #91

Closed
moyamo opened this issue Jan 6, 2016 · 2 comments
Closed

Support for group invites #91

moyamo opened this issue Jan 6, 2016 · 2 comments
Labels

Comments

@moyamo
Copy link
Contributor

moyamo commented Jan 6, 2016

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:

<message
    from='[email protected]'
    id='nzd143v8'
    to='[email protected]'>
  <x xmlns='http://jabber.org/protocol/muc#user'>
    <invite from='[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: cauldronburn
    id: nzd143v8
@jprjr
Copy link

jprjr commented Feb 20, 2016

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.

@vitalyster
Copy link
Collaborator

If I understand issue correctly, this tries to solve the same issue as #68. Duplicate of #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants