Re: Getting room chats using web service

2014-11-26 Thread Maxim Solodovnik
Yes, you absolutely right :) On Wed, Nov 26, 2014 at 6:48 PM, César M. Sandrigo wrote: > Hi Maxim, thank you very much for your response! > > Yes, I supposed the chats are stored in memory because I couldn't find it > in database and it disappeared when I restarted the server. Whatever, I get >

Re: Getting room chats using web service

2014-11-26 Thread César M . Sandrigo
Hi Maxim, thank you very much for your response! Yes, I supposed the chats are stored in memory because I couldn't find it in database and it disappeared when I restarted the server. Whatever, I get confused because the 'Chat' table in database have 'to_room_id' and 'to_user_id' columns, but for n

Re: Getting room chats using web service

2014-11-25 Thread Maxim Solodovnik
Hello Cesar, Room and private chats are stored in memory (actually not sure private chats are currently stored) AFAIK there is no way to get it using web service in 3.1 (trunk) both are stored in DB But also no service for them yet On Wed, Nov 26, 2014 at 2:10 AM, César M. Sandrigo wrote: > Hi

Re: Getting room chats using web service

2014-11-25 Thread César M . Sandrigo
Hi again. More questions about chats... I see the general chat is stored in the database, specifically in 'chat' table, but I couldn't find where the room chats and private chats are stored. Where can I find them? (I'm using the 3.0.2 release) Greetings, César. 2014-11-25 10:01 GMT-03:00 César

Getting room chats using web service

2014-11-25 Thread César M . Sandrigo
Hi! Short question: Is there a way to get the chats from a room using web services? Greetings, César.