diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppPresence.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppPresence.h b/src/QXmppPresence.h index 88063d8b..b94928f3 100644 --- a/src/QXmppPresence.h +++ b/src/QXmppPresence.h @@ -48,6 +48,8 @@ public: // XEP-0153: vCard-Based Avatars enum VCardUpdateType { + // TODO fix the enum names PhotoNotAdvertized is confusing + // All of these should start with VCardUpdate VCardUpdateNone = 0, ///< Protocol not supported PhotoNotAdvertized, ///< Not using any avatar PhotoAdvertised, ///< Using an avatar |
