Re: Getting the list of connections for a given room...

2010-03-17 Thread Tomasz Sterna
Dnia 2010-03-17, śro o godzinie 01:26 +0100, StuFF mc pisze: I need to compute how many seconds in total where consumed in a room. That is, I need to know the enter and leave date of every user. Is there a way to do that e.g. where would that info be? I assume you are using MUC component. You

Re: Getting the list of connections for a given room...

2010-03-17 Thread StuFF mc
Logging? Sent from my iPhone Le 17.03.2010 à 08:18, Tomasz Sterna to...@xiaoka.com a écrit : Dnia 2010-03-17, śro o godzinie 01:26 +0100, StuFF mc pisze: I need to compute how many seconds in total where consumed in a room. That is, I need to know the enter and leave date of every user. Is

RE: Jabberd2 MySQL data migration

2010-03-17 Thread Leslie G. Seigneur
Tomasz, Below is the authreg/ section of my c2s.xml. So, if you intent to get JIDs of your users from DB, you should better rely on active table. Good to know. Can you tell me by what mechanism the JIDs get entered into the active table? - begin authreg

RE: Jabberd2 MySQL data migration

2010-03-17 Thread Tomasz Sterna
Dnia 2010-03-17, śro o godzinie 15:36 +, Leslie G. Seigneur pisze: So, if you intent to get JIDs of your users from DB, you should better rely on active table. Good to know. Can you tell me by what mechanism the JIDs get entered into the active table? - begin

RE: Jabberd2 MySQL data migration

2010-03-17 Thread Leslie G. Seigneur
So, you are using system PAM to authenticate users. So your C2S does not touch authreg table. It strange though, that you have anything in it. Thank you, that is what I wanted to know. Yes, it is strange... Content of active table is managed by SM. It inserts rows on account registration