Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle legacy delayed messages in chat rooms | James Booth | 2012-11-19 | 1 | -1/+2 |
| | |||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 1 | -0/+9 |
| | |||||
* | Allow nick change in chat room | James Booth | 2012-11-18 | 1 | -0/+3 |
| | |||||
* | Support legacy delayed delivery (XEP-0091) as well as XEP-0203 | James Booth | 2012-11-18 | 1 | -0/+4 |
| | |||||
* | introduce priority support | Dmitry Podgorny | 2012-11-13 | 1 | -0/+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 | ||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -0/+2 |
| | |||||
* | Added function to create room jid from room and nick | James Booth | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | Handle subject from room | James Booth | 2012-11-10 | 1 | -0/+1 |
| | |||||
* | Show error text if received | James Booth | 2012-11-10 | 1 | -0/+1 |
| | |||||
* | Moved ping iq creation to stanza | James Booth | 2012-11-10 | 1 | -0/+3 |
| | |||||
* | Moved roster iq creation to stanza | James Booth | 2012-11-10 | 1 | -1/+3 |
| | |||||
* | Renamed stanza creation | James Booth | 2012-11-10 | 1 | -4/+3 |
| | |||||
* | Moved update presence handler creation to stanza module | James Booth | 2012-11-10 | 1 | -0/+4 |
| | |||||
* | Moved chat room leave presence creation to stanza module | James Booth | 2012-11-09 | 1 | -0/+4 |
| | |||||
* | Moved room join stanza creation | James Booth | 2012-11-09 | 1 | -0/+3 |
| | |||||
* | Added stanza constants | James Booth | 2012-11-09 | 1 | -0/+43 |
| | |||||
* | Added function to create message stanzas | James Booth | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | Added stanza module for basic stanza handling | James Booth | 2012-11-08 | 1 | -0/+31 |
To reduce duplication in jabber module |