diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-02-12 04:29:45 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-02-12 04:29:45 +0000 |
| commit | 4f56a0356be963bd6dbc0c44069ebb60aabe26be (patch) | |
| tree | 2aab47ec11dd86b69cb2bddbd263f52c4363ab61 /source | |
| parent | 4e325a8574e4823d8b9ef270974d7514ec5d396e (diff) | |
| download | qxmpp-4f56a0356be963bd6dbc0c44069ebb60aabe26be.tar.gz | |
documentation updates
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppClient.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/QXmppClient.cpp b/source/QXmppClient.cpp index 12f58364..c5f67402 100644 --- a/source/QXmppClient.cpp +++ b/source/QXmppClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Manjeet Dahiya + * Copyright (C) 2008-2010 Manjeet Dahiya * * Author: * Manjeet Dahiya @@ -77,7 +77,7 @@ QXmppClient::QXmppClient(QObject *parent) m_ibbTransferManager = new QXmppIbbTransferManager(this); } -/// Destroys the QXmppClient object. +/// Destructor, destroys the QXmppClient object. /// QXmppClient::~QXmppClient() @@ -160,7 +160,7 @@ void QXmppClient::connectToServer(const QString& host, const QString& user, /// (e.g. "jabber.org" and "talk.google.com"). It can also be an IP address in /// the form of a string (e.g. "192.168.1.25"). /// \param bareJid BareJid of the account at the specified XMPP server. -/// E.g. "qxmpp.test1@gmail.com" or qxmpptest@jabber.org. +/// (e.g. "qxmpp.test1@gmail.com" or qxmpptest@jabber.org.) /// \param passwd Password for the specified username /// \param port Port number at which the XMPP server is listening. The default /// value is 5222. |
