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

xep-0313 mam, my server supports it, but xabber says it doesn't #928

Open
ec1warc1 opened this issue Nov 30, 2020 · 4 comments
Open

xep-0313 mam, my server supports it, but xabber says it doesn't #928

ec1warc1 opened this issue Nov 30, 2020 · 4 comments
Assignees

Comments

@ec1warc1
Copy link

I run a public prosody server at e2e.ee. My server supports message archive management (mam):
<iq type='get' id='disco1' to='ed@e2e.ee' from='ed@e2e.ee'> <query xmlns='http://jabber.org/protocol/disco#info'/> </iq>
...
<feature var="urn:xmpp:mam:2"/>
But, Xabber says it doesn't. (see image).

Using Conversations, I can delete history, and then download it again, proving that xep-0313 is working.

So, why not on Xabber?

You can create an account on e2e.ee and test it.
Thanks!
Edward
Screenshot_20201130-061546_Xabber

@andrewnenakhov
Copy link
Member

Hi. Looks like your message archive users a "urn:xmpp:mam:2" namespace and Android App is not aware of this newer version of MAM. Can be fixed by just making app recognize this namespace, we'll do it in subsequent updates.

@ec1warc1
Copy link
Author

Excellent! Many thanks! - but, I am curious... if "urn:xmpp:mam:2" is new, what is the old namespace? Happy Monday!

@andrewnenakhov
Copy link
Member

what is the old namespace?

"urn:xmpp:mam:1" :-D

@ec1warc1
Copy link
Author

Oh! That makes sense!
By the way, https://xmpp.org/extensions/xep-0313.html reports on an extended version as well:
<feature var='urn:xmpp:mam:2'/>
<feature var='urn:xmpp:mam:2#extended'/>
clarifying: The 'urn:xmpp:mam:2#extended' feature MUST NOT be advertised by a server without also advertising 'urn:xmpp:mam:2'.

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

No branches or pull requests

3 participants