aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppIncomingServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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