linphone-iphone/src/conference
2018-03-19 13:47:48 +01:00
..
handlers add header to discriminate chat room list subscription 2018-03-19 13:47:48 +01:00
params fix(core): remove useless default constructors and avoid memory leak on virtual destructor 2018-03-07 16:58:59 +01:00
session Use C++ instead of C where possible. 2018-03-13 17:29:13 +01:00
conference-interface.h Prevent ChatRoom C++ objects from being leaked. 2018-03-09 10:20:20 +01:00
conference-listener.h fix(core): remove useless include, virtual... And add required virtual on some classes (add a -Wdelete-non-virtual-dtor warning on clang) 2018-03-07 17:17:23 +01:00
conference-p.h fix(core): remove useless default constructors and avoid memory leak on virtual destructor 2018-03-07 16:58:59 +01:00
conference.cpp set device event of a server chat room when receiving a list subscription 2018-03-19 10:25:38 +01:00
conference.h fix(core): remove useless include, virtual... And add required virtual on some classes (add a -Wdelete-non-virtual-dtor warning on clang) 2018-03-07 17:17:23 +01:00
local-conference-p.h feat(core): update date of some files 2018-01-15 09:17:54 +01:00
local-conference.cpp Add error logs in addition of participants in conferences. 2018-02-14 11:58:46 +01:00
local-conference.h Handle one-to-one chat rooms and quit the client group chat room when deleting it. 2018-01-25 11:51:20 +01:00
participant-device.cpp Add logging facilities in participant device and server group chat room. 2018-02-20 14:26:23 +01:00
participant-device.h Add logging facilities in participant device and server group chat room. 2018-02-20 14:26:23 +01:00
participant-p.h feat(AbstractDb): add a way to deal with exceptions 2018-01-25 17:07:16 +01:00
participant.cpp set device event of a server chat room when receiving a list subscription 2018-03-19 10:25:38 +01:00
participant.h set device event of a server chat room when receiving a list subscription 2018-03-19 10:25:38 +01:00
remote-conference-p.h integration of chatroom list subscription on client side 2018-03-16 11:27:24 +01:00
remote-conference.cpp Add error logs in addition of participants in conferences. 2018-02-14 11:58:46 +01:00
remote-conference.h Add state of conference participant device. 2018-02-09 15:44:44 +01:00