about summary refs log tree commit diff stats
path: root/src/room_chat.h
Commit message (Expand)AuthorAgeFilesLines
* Send presence changes to chat roomsJames Booth2012-11-201-0/+1
* Handle room broadcastsJames Booth2012-11-191-0/+1
* Handle room member presenceJames Booth2012-11-191-0/+1
* Return whether or not room member presence was changedJames Booth2012-11-181-1/+1
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+2
* Handle nick changes from other usersJames Booth2012-11-181-1/+7
* Allow nick change in chat roomJames Booth2012-11-181-0/+1
* Added function to create room jid from room and nickJames Booth2012-11-101-0/+3
* Renamed room_chat functionJames Booth2012-11-101-1/+1
* Tidy room_chatJames Booth2012-11-101-11/+11
* Handle subject from roomJames Booth2012-11-101-0/+1
* Added #define's to headersJames Booth2012-11-081-0/+5
* Basic chat room handling of presenceJames Booth2012-11-081-1/+2
* room_chat: add occupants to room roster until roster receivedJames Booth2012-11-071-0/+2
* jabber: wait until full room roster received before showingJames Booth2012-11-071-0/+2
* room_chat: rename room_is_activeJames Booth2012-11-071-1/+1
* Added room_parse_room_jid to room_chatJames Booth2012-11-061-0/+2
* Leaving chat rooms on /closeJames Booth2012-11-061-0/+1
* Handle room presence notificationsJames Booth2012-11-051-0/+1
* Check for groupchatJames Booth2012-11-051-0/+3
* Added room_chat moduleJames Booth2012-11-041-0/+23