Re: [prosody-dev] message archiving & requesting message history

2015-01-19 Thread alen
Thank you!

While trying to prove that my module was up to date I found out that you 
are right - when I switched from the regular builds to the nightly, the 
module directory changed from /usr/lib/prosody/modules/ to 
/usr/local/lib/prosody/modules (at least I think that's when it happened), 
which still contained the older module. I found the directory list & order 
using prosodyctl about and compared it to a regular distribution install I 
have on another computer.

Thanks again,
Alen

On Monday, January 19, 2015 at 7:29:51 AM UTC-8, Matthew Wild wrote:
>
> On 19 January 2015 at 04:07,  > wrote: 
> > 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): 
> > 
> >  > from='1...@myhost.com/e116abea-a672-49cb-81ae-2138d647b9cc'> > queryid='31fc3501-da34-4936-addb-0f47c587d624' xmlns='urn:xmpp:mam:0'> > xmlns='jabber:x:data' type='submit'> > var='FORM_TYPE'>urn:xmpp:mam:0 
> > 
> > I keep getting unhandled stanza in the logs: 
> > 
> > Unhandled c2s stanza: iq; xmlns=urn:xmpp:mam:0 
>
> Puzzling. After some thought I think the most likely explanation is 
> that you have an older version of mod_mam, make sure you update your 
> prosody-modules repo to the latest code. 
>
> If that isn't the cause, maybe post some more debug logs or pop into 
> the chatroom to dig into the issue further. 
>
> Regards, 
> Matthew 
>

-- 
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 prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


Re: [prosody-dev] message archiving & requesting message history

2015-01-19 Thread Matthew Wild
On 19 January 2015 at 04:07,   wrote:
> 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):
>
>  from='1...@myhost.com/e116abea-a672-49cb-81ae-2138d647b9cc'> queryid='31fc3501-da34-4936-addb-0f47c587d624' xmlns='urn:xmpp:mam:0'> xmlns='jabber:x:data' type='submit'> var='FORM_TYPE'>urn:xmpp:mam:0
>
> I keep getting unhandled stanza in the logs:
>
> Unhandled c2s stanza: iq; xmlns=urn:xmpp:mam:0

Puzzling. After some thought I think the most likely explanation is
that you have an older version of mod_mam, make sure you update your
prosody-modules repo to the latest code.

If that isn't the cause, maybe post some more debug logs or pop into
the chatroom to dig into the issue further.

Regards,
Matthew

-- 
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 prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


Re: [prosody-dev] message archiving & requesting message history

2015-01-18 Thread alen
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):

urn:xmpp:mam:0


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, > 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 prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


Re: [prosody-dev] message archiving & requesting message history

2014-12-23 Thread Daurnimator
On 18 December 2014 at 14:32,  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 prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


[prosody-dev] message archiving & requesting message history

2014-12-23 Thread alen
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.

Thanks,
Alen

-- 
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 prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.