From 379d128e32348181e35999678fe4733bb64c4d8b Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 25 Feb 2010 12:24:00 +0000 Subject: fix mismatch between QXmppRoster::QXmppRosterEntry::SubscriptionType and QXmppRosterIq::Item::SubscriptionType (issue #37) --- source/QXmppRoster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h index 110b4a0a..25e8b8df 100644 --- a/source/QXmppRoster.h +++ b/source/QXmppRoster.h @@ -70,7 +70,7 @@ public: /// An enumeration for type of subscription with the bareJid in the roster. enum SubscriptionType { - None = 0, ///< the user does not have a subscription to the + None = 1, ///< the user does not have a subscription to the ///< contact's presence information, and the contact does ///< not have a subscription to the user's presence information Both, ///< both the user and the contact have subscriptions to each -- cgit v1.2.3