Thanks for the reply! Using the latest stanza.io (with urn:xmpp:mam:0) and prosody nightly:
server:version() | OK: 0.10 nightly build 104 (2015-01-16, 3426e903c48d) when I query history (or history prefs, same results): <iq id='31fc3501-da34-4936-addb-0f47c587d624' type='set' from= '[email protected]/e116abea-a672-49cb-81ae-2138d647b9cc'><query queryid= '31fc3501-da34-4936-addb-0f47c587d624' xmlns='urn:xmpp:mam:0'><x xmlns= 'jabber:x:data' type='submit'><field var='FORM_TYPE'><value>urn:xmpp:mam:0 </value></field></x></query></iq> I keep getting unhandled stanza in the logs: Unhandled c2s stanza: iq; xmlns=urn:xmpp:mam:0 And mam is loaded, though I am not seeing any logs from it: module:reload('mam') | Reloaded on myhost.com | OK: Module reloaded on 1 host Thanks! Alen On Tuesday, December 23, 2014 at 7:57:04 AM UTC-8, Daurnimator wrote: > > On 18 December 2014 at 14:32, <[email protected] <javascript:>> wrote: > > > > Is there a module & client library combination that will currently work > as is or is it still work in progress? > > > > I am seeing several community modules that are either in deprecated or > alpha state. Using some of them with my client that's based on stanza.io, > I am getting either no history or the filters don't work. > > > > Wanted to get your opinion & experience before I spend time developing > something that may already exist. > > > mod_mam is the one you should be using: > https://code.google.com/p/prosody-modules/wiki/mod_mam > -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/prosody-dev. For more options, visit https://groups.google.com/d/optout.
