summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.h
AgeCommit message (Collapse)Author
2013-10-01Removed useless ifdefs.irungentoo
2013-09-17astyled everything.irungentoo
2013-09-16Functions to get name of peer in group chat added.irungentoo
Group message callback modified.
2013-09-12Very basic group chats, tested and working with nTox.irungentoo
Please wait until the tox.h API is updated before integrating it into your clients. nTox: /g creates a new group chat /i friendnum groupnum invite friendnum to groupnum /z groupnum message send message to groupnum NOTE: group chats currenly might not handle packet loss well if there are less than 6 participants.
2013-09-11Some small work on group chats done.irungentoo
2013-09-09move group chats to /toxcoreirungentoo