diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-25 12:24:00 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-25 12:24:00 +0000 |
| commit | 379d128e32348181e35999678fe4733bb64c4d8b (patch) | |
| tree | 0ca9521e44472fa345bfa36de28a34b93cbd7042 /source | |
| parent | b9123796e79b1f9c08b5b113900826008f5d6dc8 (diff) | |
| download | qxmpp-379d128e32348181e35999678fe4733bb64c4d8b.tar.gz | |
fix mismatch between QXmppRoster::QXmppRosterEntry::SubscriptionType and QXmppRosterIq::Item::SubscriptionType (issue #37)
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppRoster.h | 2 |
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 |
