Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Handle idle time from contacts | James Booth | 2012-12-09 | 1 | -0/+32 |
| | |||||
* | Fixed workaround for old server self room presence check | James Booth | 2012-11-19 | 1 | -0/+1 |
| | |||||
* | Handle legacy delayed messages in chat rooms | James Booth | 2012-11-19 | 1 | -1/+15 |
| | |||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 1 | -0/+108 |
| | |||||
* | Allow nick change in chat room | James Booth | 2012-11-18 | 1 | -0/+11 |
| | |||||
* | Support legacy delayed delivery (XEP-0091) as well as XEP-0203 | James Booth | 2012-11-18 | 1 | -0/+32 |
| | |||||
* | introduce priority support | Dmitry Podgorny | 2012-11-13 | 1 | -1/+1 |
| | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure | ||||
* | Added function to create room jid from room and nick | James Booth | 2012-11-10 | 1 | -7/+3 |
| | |||||
* | Moved ping iq creation to stanza | James Booth | 2012-11-10 | 1 | -0/+29 |
| | |||||
* | Moved roster iq creation to stanza | James Booth | 2012-11-10 | 1 | -0/+18 |
| | |||||
* | Renamed stanza creation | James Booth | 2012-11-10 | 1 | -2/+2 |
| | |||||
* | Moved update presence handler creation to stanza module | James Booth | 2012-11-10 | 1 | -0/+34 |
| | |||||
* | Moved chat room leave presence creation to stanza module | James Booth | 2012-11-09 | 1 | -2/+4 |
| | |||||
* | Fixed leaving chat room | James Booth | 2012-11-09 | 1 | -0/+15 |
| | |||||
* | Moved room join stanza creation | James Booth | 2012-11-09 | 1 | -0/+21 |
| | |||||
* | Added stanza constants | James Booth | 2012-11-09 | 1 | -8/+9 |
| | |||||
* | Use stanza module to create groupchat messages | James Booth | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Added xml escaping to stanza module | James Booth | 2012-11-08 | 1 | -1/+7 |
| | |||||
* | Added function to create message stanzas | James Booth | 2012-11-08 | 1 | -7/+37 |
| | |||||
* | Added stanza module for basic stanza handling | James Booth | 2012-11-08 | 1 | -0/+43 |
To reduce duplication in jabber module |