aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppIncomingServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* move server code to "server" directoryJeremy Lainé2012-02-081-207/+0
* * hide some QXmppServer internalsJeremy Lainé2011-09-131-2/+2
* copyright year updateManjeet Dahiya2011-01-211-1/+1
* allow incoming s2s streams to authenticate for multiple domains (e.g. google....Jeremy Lainé2011-01-191-7/+10
* improve debugging of incoming server-to-server streamsJeremy Lainé2011-01-181-7/+13
* make QXmppStream inherit QXmppLoggableJeremy Lainé2010-11-161-1/+0
* make QXmppOutgoingServer independant from QXmppOutgoingClientJeremy Lainé2010-08-291-3/+2
* if no explicit host/port are given, use DNS SRV lookupJeremy Lainé2010-08-291-2/+0
* refactor stream features parsingJeremy Lainé2010-08-291-1/+1
* rework elementReceived() argumentsJeremy Lainé2010-08-261-3/+2
* fixJeremy Lainé2010-08-231-1/+1
* fix security check on incoming XMPP stanzasJeremy Lainé2010-08-231-1/+4
* check domain of incoming packetsJeremy Lainé2010-08-231-6/+6
* add isConnected() methods to all streamsJeremy Lainé2010-08-231-0/+10
* add code documentation to stream classesJeremy Lainé2010-08-231-1/+3
* add code documentation for incoming S2S streamJeremy Lainé2010-08-231-6/+17
* - add support for incoming C2S connectionsJeremy Lainé2010-08-231-0/+177