diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-07 15:17:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-07 15:17:44 +0000 |
| commit | 0b606b76e679c587fb14c2472de1b809954f29bf (patch) | |
| tree | e5e62344d87a95d9fc1601bea953befe7512ca0d /source/QXmppConfiguration.h | |
| parent | da98f95e3130149725c3e96313619404dd7debd3 (diff) | |
| download | qxmpp-0b606b76e679c587fb14c2472de1b809954f29bf.tar.gz | |
XEP-0054: vcard-temp implementation and other code cleanups
Diffstat (limited to 'source/QXmppConfiguration.h')
| -rw-r--r-- | source/QXmppConfiguration.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/source/QXmppConfiguration.h b/source/QXmppConfiguration.h index 82fcccea..b8db22dc 100644 --- a/source/QXmppConfiguration.h +++ b/source/QXmppConfiguration.h @@ -64,11 +64,16 @@ private: QString m_domain;
QString m_resource;
- bool m_autoAcceptSubscriptions; // default is true
- bool m_sendIntialPresence; // default is true
- bool m_sendRosterRequest; // default is true
- int m_keepAlivePingsInterval; // interval in seconds, if negative it won't ping
- bool m_autoReconnectionEnabled; // will keep reconnecting if disconnected, default is true
+ // default is true
+ bool m_autoAcceptSubscriptions;
+ // default is true
+ bool m_sendIntialPresence;
+ // default is true
+ bool m_sendRosterRequest;
+ // interval in seconds, if negative it won't ping
+ int m_keepAlivePingsInterval;
+ // will keep reconnecting if disconnected, default is true
+ bool m_autoReconnectionEnabled;
};
#endif // QXMPPCONFIGURATION_H
|
