Basic roster receiving

This commit is contained in:
Blue 2019-04-04 00:23:51 +03:00
parent d14883ad91
commit 7b30228249
10 changed files with 151 additions and 3 deletions

View file

@ -15,7 +15,7 @@ class Item : public QObject{
enum Type {
account,
group,
contect,
contact,
conversation,
root
};