| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor stream features parsing | Jeremy Lainé | 2010-08-29 | 1 | -3/+3 |
| | | |||||
| * | move remaining SASL code out of QXmppUtils | Jeremy Lainé | 2010-08-29 | 1 | -3/+3 |
| | | |||||
| * | fix SASL authentication : | Jeremy Lainé | 2010-08-29 | 1 | -30/+47 |
| | | | | | | | - on the client side, check the second challenge we receive - on the server side, send second challenge | ||||
| * | update QXmppServer extensions API | Jeremy Lainé | 2010-08-28 | 1 | -2/+23 |
| | | |||||
| * | make sure incoming clients ask for the right domain | Jeremy Lainé | 2010-08-28 | 1 | -3/+15 |
| | | |||||
| * | rework elementReceived() arguments | Jeremy Lainé | 2010-08-26 | 1 | -13/+8 |
| | | |||||
| * | rework QXmppPasswordChecker | Jeremy Lainé | 2010-08-26 | 1 | -7/+5 |
| | | |||||
| * | move code to .cpp | Jeremy Lainé | 2010-08-26 | 1 | -0/+24 |
| | | |||||
| * | improve QXmppPasswordChecker class | Jeremy Lainé | 2010-08-26 | 1 | -4/+5 |
| | | |||||
| * | when an element is received from a client without a "to", set the "to" to ↵ | Jeremy Lainé | 2010-08-24 | 1 | -0/+6 |
| | | | | | the local domain | ||||
| * | rename QXmppBind to QXmppBindIq | Jeremy Lainé | 2010-08-23 | 1 | -7/+9 |
| | | |||||
| * | rename QXmppSession to QXmppSessionIq for consistency | Jeremy Lainé | 2010-08-23 | 1 | -1/+1 |
| | | |||||
| * | add isConnected() methods to all streams | Jeremy Lainé | 2010-08-23 | 1 | -2/+6 |
| | | |||||
| * | add code documentation for incoming client stream | Jeremy Lainé | 2010-08-23 | 1 | -2/+22 |
| | | |||||
| * | - add support for incoming C2S connections | Jeremy Lainé | 2010-08-23 | 1 | -0/+281 |
| - add support for incoming S2S connections - add support for outgoing S2S connections | |||||
