aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-02-25 12:24:00 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-02-25 12:24:00 +0000
commit379d128e32348181e35999678fe4733bb64c4d8b (patch)
tree0ca9521e44472fa345bfa36de28a34b93cbd7042 /source
parentb9123796e79b1f9c08b5b113900826008f5d6dc8 (diff)
downloadqxmpp-379d128e32348181e35999678fe4733bb64c4d8b.tar.gz
fix mismatch between QXmppRoster::QXmppRosterEntry::SubscriptionType and QXmppRosterIq::Item::SubscriptionType (issue #37)
Diffstat (limited to 'source')
-rw-r--r--source/QXmppRoster.h2
1 files changed, 1 insertions, 1 deletions
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