about summary refs log tree commit diff stats
path: root/src/jabber.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | To reduce duplication in jabber module
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-6/+16
| | | | Also do not show chat state notifications received whilst offline
* 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
|
* jabber: fixed spelling in commentJames Booth2012-11-071-1/+1
|
* jabber: tidy groupchat message handlerJames Booth2012-11-071-45/+39
|
* jabber: small tidy upJames Booth2012-11-071-16/+6
|
* jabber: removed 'from' from message type handler function parametersJames Booth2012-11-071-14/+13
|
* jabber: added type message handler prototypesJames Booth2012-11-071-0/+8
|
* jabber added message type handler functionsJames Booth2012-11-071-72/+88
|
* jabber: added _groupchat_message_handlerJames Booth2012-11-071-11/+23
|
* room_chat: rename room_is_activeJames Booth2012-11-071-7/+4
|
* Added room_parse_room_jid to room_chatJames Booth2012-11-061-12/+26
|
* Refactored sending chat statesJames Booth2012-11-061-67/+28
|
* Tidied escaping xmlJames Booth2012-11-061-14/+8
|
* Commented jabber message handlerJames Booth2012-11-061-0/+7
|
* Removed jabber.c dependency on ui.hJames Booth2012-11-061-6/+5
|
* Leaving chat rooms on /closeJames Booth2012-11-061-0/+19
|
* Handle sending messages in groupchatJames Booth2012-11-051-0/+30
|
* Handle incoming groupchatJames Booth2012-11-051-2/+8
|
* Handle chat history from groupchatJames Booth2012-11-051-2/+19
|
* Do not send presence when in groupchatJames Booth2012-11-051-0/+3
|
* Handle room presence notificationsJames Booth2012-11-051-1/+6
|
* Check for groupchatJames Booth2012-11-051-80/+92
|
* Added room_chat moduleJames Booth2012-11-041-0/+3
|
* Added jabber_join for MUCJames Booth2012-11-041-0/+15
|