Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed leaving chat room | James Booth | 2012-11-09 | 1 | -0/+1 | |
| | ||||||
* | Moved room join stanza creation | James Booth | 2012-11-09 | 1 | -14/+2 | |
| | ||||||
* | Added stanza constants | James Booth | 2012-11-09 | 1 | -72/+72 | |
| | ||||||
* | Use stanza module to create groupchat messages | James Booth | 2012-11-08 | 1 | -21/+4 | |
| | ||||||
* | Added xml escaping to stanza module | James Booth | 2012-11-08 | 1 | -6/+2 | |
| | ||||||
* | Added function to create message stanzas | James Booth | 2012-11-08 | 1 | -30/+12 | |
| | ||||||
* | Added stanza module for basic stanza handling | James Booth | 2012-11-08 | 1 | -26/+25 | |
| | | | | To reduce duplication in jabber module | |||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 1 | -6/+16 | |
| | | | | Also do not show chat state notifications received whilst offline | |||||
* | Do not show chat state notifications when <delay/> present | James Booth | 2012-11-08 | 1 | -1/+7 | |
| | ||||||
* | Basic chat room handling of presence | James Booth | 2012-11-08 | 1 | -2/+29 | |
| | ||||||
* | room_chat: add occupants to room roster until roster received | James Booth | 2012-11-07 | 1 | -1/+4 | |
| | ||||||
* | jabber: added _room_presence_handler | James Booth | 2012-11-07 | 1 | -17/+25 | |
| | ||||||
* | jabber: wait until full room roster received before showing | James Booth | 2012-11-07 | 1 | -5/+19 | |
| | ||||||
* | jabber: added MUC namespace to jabber_join | James Booth | 2012-11-07 | 1 | -3/+9 | |
| | ||||||
* | jabber: fixed spelling in comment | James Booth | 2012-11-07 | 1 | -1/+1 | |
| | ||||||
* | jabber: tidy groupchat message handler | James Booth | 2012-11-07 | 1 | -45/+39 | |
| | ||||||
* | jabber: small tidy up | James Booth | 2012-11-07 | 1 | -16/+6 | |
| | ||||||
* | jabber: removed 'from' from message type handler function parameters | James Booth | 2012-11-07 | 1 | -14/+13 | |
| | ||||||
* | jabber: added type message handler prototypes | James Booth | 2012-11-07 | 1 | -0/+8 | |
| | ||||||
* | jabber added message type handler functions | James Booth | 2012-11-07 | 1 | -72/+88 | |
| | ||||||
* | jabber: added _groupchat_message_handler | James Booth | 2012-11-07 | 1 | -11/+23 | |
| | ||||||
* | room_chat: rename room_is_active | James Booth | 2012-11-07 | 1 | -7/+4 | |
| | ||||||
* | Added room_parse_room_jid to room_chat | James Booth | 2012-11-06 | 1 | -12/+26 | |
| | ||||||
* | Refactored sending chat states | James Booth | 2012-11-06 | 1 | -67/+28 | |
| | ||||||
* | Tidied escaping xml | James Booth | 2012-11-06 | 1 | -14/+8 | |
| | ||||||
* | Commented jabber message handler | James Booth | 2012-11-06 | 1 | -0/+7 | |
| | ||||||
* | Removed jabber.c dependency on ui.h | James Booth | 2012-11-06 | 1 | -6/+5 | |
| | ||||||
* | Leaving chat rooms on /close | James Booth | 2012-11-06 | 1 | -0/+19 | |
| | ||||||
* | Handle sending messages in groupchat | James Booth | 2012-11-05 | 1 | -0/+30 | |
| | ||||||
* | Handle incoming groupchat | James Booth | 2012-11-05 | 1 | -2/+8 | |
| | ||||||
* | Handle chat history from groupchat | James Booth | 2012-11-05 | 1 | -2/+19 | |
| | ||||||
* | Do not send presence when in groupchat | James Booth | 2012-11-05 | 1 | -0/+3 | |
| | ||||||
* | Handle room presence notifications | James Booth | 2012-11-05 | 1 | -1/+6 | |
| | ||||||
* | Check for groupchat | James Booth | 2012-11-05 | 1 | -80/+92 | |
| | ||||||
* | Added room_chat module | James Booth | 2012-11-04 | 1 | -0/+3 | |
| | ||||||
* | Added jabber_join for MUC | James Booth | 2012-11-04 | 1 | -0/+15 | |
| | ||||||
* | Show message when other user <gone/> | James Booth | 2012-11-01 | 1 | -1/+1 | |
| | ||||||
* | Handling paused status | James Booth | 2012-10-31 | 1 | -0/+43 | |
| | ||||||
* | Only send chat states when preference set | James Booth | 2012-10-31 | 1 | -8/+13 | |
| | ||||||
* | Added boilerplate code to handle chat states | James Booth | 2012-10-31 | 1 | -15/+52 | |
| | ||||||
* | Basic state handling | James Booth | 2012-10-31 | 1 | -0/+42 | |
| | ||||||
* | Create chat session on send if none exists | James Booth | 2012-10-30 | 1 | -5/+12 | |
| | ||||||
* | Merge branch 'master' into chatstates | James Booth | 2012-10-30 | 1 | -46/+60 | |
|\ | | | | | | | | | Conflicts: Makefile.am | |||||
| * | Fixed tests | James Booth | 2012-10-29 | 1 | -1/+5 | |
| | | ||||||
| * | Fixed offline bug | James Booth | 2012-10-29 | 1 | -26/+13 | |
| | | ||||||
| * | Send presence after roster recieved | James Booth | 2012-10-28 | 1 | -2/+0 | |
| | | ||||||
| * | Subscription management | James Booth | 2012-10-28 | 1 | -7/+1 | |
| | | ||||||
| * | Load roster before sending presence | James Booth | 2012-10-28 | 1 | -41/+42 | |
| | | ||||||
| * | Added basic subscriptions | James Booth | 2012-10-28 | 1 | -0/+27 | |
|/ | ||||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -1/+1 | |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). |