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

Removed obsolete namespace from mediated invitation stanza #513

Merged
merged 2 commits into from
Sep 18, 2015

Conversation

ludwikbukowski
Copy link
Contributor

Fixes #223

UserXEl = #xmlel{
name = <<"x">>,
attrs = [{<<"xmlns">>, ?NS_MUC_USER}],
children = [InviteEl|PasswdEl]},
ConfXEl = #xmlel{
name = <<"x">>,
attrs = [{<<"xmlns">>, ?NS_XCONFERENCE}, {<<"jid">>, BRoomJID}],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove also the macro ?NS_XCONFERENCE. It's defined in jlib.hrl.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about it but I found out that this namespace is used in XEP-0249: 'Direct MUC Invitations' which could be implemented in future. I can remove it anyway

ppikula added a commit that referenced this pull request Sep 18, 2015
Removed obsolete namespace from mediated invitation stanza
@ppikula ppikula merged commit 9ec8a8b into master Sep 18, 2015
@ludwikbukowski ludwikbukowski deleted the issue-#223 branch September 21, 2015 10:40
@michalwski michalwski mentioned this pull request Oct 15, 2015
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

Successfully merging this pull request may close these issues.

3 participants