aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingClient.h
Commit message (Collapse)AuthorAgeFilesLines
* fix SASL authentication : Jeremy Lainé2010-08-291-1/+1
| | | | | | - on the client side, check the second challenge we receive - on the server side, send second challenge
* move elementReceived signal out of QXmppStreamJeremy Lainé2010-08-261-0/+2
|
* add isConnected() methods to all streamsJeremy Lainé2010-08-231-0/+1
|
* add code documentation to stream classesJeremy Lainé2010-08-231-2/+4
|
* * make QXmppStream an abstract classJeremy Lainé2010-08-231-0/+151
* move client-specific code to QXmppOutgoingClient