about summary refs log tree commit diff stats
path: root/src/jabber.c
Commit message (Expand)AuthorAgeFilesLines
* Handle roster subscription updatesJames Booth2012-11-271-1/+63
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-1/+9
* Added /autoping command to set ping interval or disable with 0James Booth2012-11-261-3/+21
* Fixed spelling in reconnectJames Booth2012-11-261-1/+1
* Setting /reconnect 0 properly disables reconnectJames Booth2012-11-261-10/+18
* Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-251-8/+64
* Send presence changes to chat roomsJames Booth2012-11-201-1/+17
* Handle room broadcastsJames Booth2012-11-191-9/+25
* Handle legacy delayed messages in chat roomsJames Booth2012-11-191-20/+8
* Handle room member presenceJames Booth2012-11-191-1/+5
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-6/+13
* Moved function to remove from roster on nick changeJames Booth2012-11-181-1/+2
* Handle nick changes from other usersJames Booth2012-11-181-19/+29
* Allow nick change in chat roomJames Booth2012-11-181-0/+14
* Support legacy delayed delivery (XEP-0091) as well as XEP-0203James Booth2012-11-181-13/+5
* prevent double free of jabber_conn.statusDmitry Podgorny2012-11-181-1/+3
* Treat room presence as onlineJames Booth2012-11-141-1/+1
* Set correct window type on private messagesJames Booth2012-11-141-3/+6
* Merge pull request #81 from pasis/priorityJames Booth2012-11-131-9/+64
|\
| * fix crash on changing priority when disconnectedDmitry Podgorny2012-11-141-1/+6
| * jabber: use safe snprintf instead of sprintfDmitry Podgorny2012-11-131-2/+2
| * introduce priority supportDmitry Podgorny2012-11-131-9/+59
* | Allow incoming private messages from chat roomsJames Booth2012-11-121-7/+18
|/
* add subscription supportDmitry Podgorny2012-11-111-9/+31
* Added function to create room jid from room and nickJames Booth2012-11-101-1/+4
* Renamed room_chat functionJames Booth2012-11-101-1/+1
* Renamed params in jabber_joinJames Booth2012-11-101-3/+3
* Handle subject from roomJames Booth2012-11-101-2/+17
* Show error text if receivedJames Booth2012-11-101-14/+25
* Using vargs in cons_bad_showJames Booth2012-11-101-3/+8
* Tidy up leaving roomJames Booth2012-11-101-5/+13
* Moved ping iq creation to stanzaJames Booth2012-11-101-41/+24
* Moved roster iq creation to stanzaJames Booth2012-11-101-13/+1
* Renamed stanza creationJames Booth2012-11-101-2/+2
* Moved update presence handler creation to stanza moduleJames Booth2012-11-101-40/+21
* Moved chat room leave presence creation to stanza moduleJames Booth2012-11-091-9/+2
* Fixed leaving chat roomJames Booth2012-11-091-0/+1
* Moved room join stanza creationJames Booth2012-11-091-14/+2
* Added stanza constantsJames Booth2012-11-091-72/+72
* Use stanza module to create groupchat messagesJames Booth2012-11-081-21/+4
* Added xml escaping to stanza moduleJames Booth2012-11-081-6/+2
* Added function to create message stanzasJames Booth2012-11-081-30/+12
* Added stanza module for basic stanza handlingJames Booth2012-11-081-26/+25
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-6/+16
* Do not show chat state notifications when <delay/> presentJames Booth2012-11-081-1/+7
* Basic chat room handling of presenceJames Booth2012-11-081-2/+29
* room_chat: add occupants to room roster until roster receivedJames Booth2012-11-071-1/+4
* jabber: added _room_presence_handlerJames Booth2012-11-071-17/+25
* jabber: wait until full room roster received before showingJames Booth2012-11-071-5/+19
* jabber: added MUC namespace to jabber_joinJames Booth2012-11-071-3/+9