aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* fix SASL authentication : Jeremy Lainé2010-08-291-37/+51
| | | | | | - on the client side, check the second challenge we receive - on the server side, send second challenge
* add an object name to outgoing C2S streamsJeremy Lainé2010-08-281-0/+1
|
* add QXmppVCard::isVCard for consistencyJeremy Lainé2010-08-261-2/+1
|
* fixJeremy Lainé2010-08-231-1/+2
|
* prune unused static variablesJeremy Lainé2010-08-231-2/+0
|
* rename QXmppBind to QXmppBindIqJeremy Lainé2010-08-231-4/+4
|
* rename QXmppSession to QXmppSessionIq for consistencyJeremy Lainé2010-08-231-7/+4
|
* add isConnected() methods to all streamsJeremy Lainé2010-08-231-0/+11
|
* * make QXmppStream an abstract classJeremy Lainé2010-08-231-0/+858
* move client-specific code to QXmppOutgoingClient