From 0b606b76e679c587fb14c2472de1b809954f29bf Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 7 Sep 2009 15:17:44 +0000 Subject: XEP-0054: vcard-temp implementation and other code cleanups --- source/QXmppConfiguration.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'source/QXmppConfiguration.h') 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 -- cgit v1.2.3