Differences From Artifact [308cf467b3]:
- File src/XMPPPresence.h — part of check-in [1d031d8de7] at 2013-01-08 23:36:21 on branch trunk — Make status/show/priority of XMPPPresence properties (user: florob@babelmonkeys.de, size: 4229) [annotate] [blame] [check-ins using]
To Artifact [cd5efafbb3]:
- File src/XMPPPresence.h — part of check-in [c06d9a53ff] at 2013-01-14 20:18:09 on branch trunk — Make XMPPPresence comparable (user: florob@babelmonkeys.de, size: 4243) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | */ #import "XMPPStanza.h" /** * \brief A class describing a presence stanza. */ |
︙ |