mod_muc_log/mod_muc_log.lua
changeset 1325 b21236b6b8d8
parent 1324 853a382c9bd6
child 1343 7dbde05b48a9
equal deleted inserted replaced
1324:853a382c9bd6 1325:b21236b6b8d8
    94 									break;
    94 									break;
    95 								end
    95 								end
    96 							end
    96 							end
    97 						end
    97 						end
    98 					end
    98 					end
    99 					datamanager.getpath(node, host, datastore, nil, true); -- create the datastore dir
       
   100 					data_store(node, host, datastore .. "/" .. today, data);
    99 					data_store(node, host, datastore .. "/" .. today, data);
   101 				end
   100 				end
   102 			end
   101 			end
   103 		end
   102 		end
   104 	end
   103 	end