aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppIncomingClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* refactor stream features parsingJeremy Lainé2010-08-291-3/+3
|
* move remaining SASL code out of QXmppUtilsJeremy Lainé2010-08-291-3/+3
|
* fix SASL authentication : Jeremy Lainé2010-08-291-30/+47
| | | | | | - on the client side, check the second challenge we receive - on the server side, send second challenge
* update QXmppServer extensions APIJeremy Lainé2010-08-281-2/+23
|
* make sure incoming clients ask for the right domainJeremy Lainé2010-08-281-3/+15
|
* rework elementReceived() argumentsJeremy Lainé2010-08-261-13/+8
|
* rework QXmppPasswordCheckerJeremy Lainé2010-08-261-7/+5
|
* move code to .cppJeremy Lainé2010-08-261-0/+24
|
* improve QXmppPasswordChecker classJeremy Lainé2010-08-261-4/+5
|
* when an element is received from a client without a "to", set the "to" to ↵Jeremy Lainé2010-08-241-0/+6
| | | | the local domain
* rename QXmppBind to QXmppBindIqJeremy Lainé2010-08-231-7/+9
|
* rename QXmppSession to QXmppSessionIq for consistencyJeremy Lainé2010-08-231-1/+1
|
* add isConnected() methods to all streamsJeremy Lainé2010-08-231-2/+6
|
* add code documentation for incoming client streamJeremy Lainé2010-08-231-2/+22
|
* - add support for incoming C2S connectionsJeremy Lainé2010-08-231-0/+281
- add support for incoming S2S connections - add support for outgoing S2S connections