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

Obsolete mediated invitation type? #223

Closed
erszcz opened this issue Jun 23, 2014 · 4 comments
Closed

Obsolete mediated invitation type? #223

erszcz opened this issue Jun 23, 2014 · 4 comments
Assignees

Comments

@erszcz
Copy link
Member

erszcz commented Jun 23, 2014

I'm not sure but it seems that <x xmlns="jabber:x:conference"/> (see mod_muc_room.erl) is obsolete, probably a leftover from pre-XMPP Groupchat 1.0 specification.
XEP-0045 defines mediated invitation as containing <x xmlns="http://jabber.org/protocol/muc#user"/> which is also included in the message sent by MongooseIM.
Maybe we should remove the obsolete element? Unless some client apps rely on it...

@fenek
Copy link
Member

fenek commented Jul 31, 2014

Can't see this namespace in linked fragment. Is this issue still valid?

@erszcz
Copy link
Member Author

erszcz commented Jul 31, 2014

Here's a persistent link:

attrs = [{<<"xmlns">>, ?NS_XCONFERENCE}, {<<"jid">>, BRoomJID}],

@fenek
Copy link
Member

fenek commented Aug 5, 2014

👍 for removing this element. We can check if popular XMPP clients need it (e.g. Pidgin or Adium) and even if at some point someone would report that mediated inv. do not work with specific client, then we could always revert the change or recommend alternative.

@ludwikbukowski
Copy link
Contributor

I removed it; Pidgin's docs point to XEP-0045 site, and also in my opinion its better to stick to the protocol

ppikula referenced this issue Sep 18, 2015
Removed obsolete namespace from mediated invitation stanza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants