aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppIncomingClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* move server code to "server" directoryJeremy Lainé2012-02-081-445/+0
* * hide some QXmppServer internalsJeremy Lainé2011-09-131-14/+14
* Improve QXmppServer packet routing performance.Jeremy Lainé2011-09-061-21/+28
* make password checking full asynchronousJeremy Lainé2011-04-071-108/+81
* improve QXmppPasswordChecker return codesJeremy Lainé2011-03-291-13/+29
* refactor SASL authentication to allow server-side password checkers which nat...Jeremy Lainé2011-03-291-9/+41
* copyright year updateManjeet Dahiya2011-01-211-1/+1
* * do not hardcoded QXmppIncomingClient inactivity timeoutJeremy Lainé2011-01-171-9/+42
* fix typoJeremy Lainé2011-01-131-1/+1
* automatically assign a resource to incoming clients if none was specifiedJeremy Lainé2011-01-121-1/+3
* slightly refactor SASL auth to make QXmppSaslDigestMd5 class more genericJeremy Lainé2010-11-101-1/+2
* 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
* 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 the...Jeremy Lainé2010-08-241-0/+6
* 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