diff options
Diffstat (limited to 'src/server/QXmppDialback.h')
| -rw-r--r-- | src/server/QXmppDialback.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/QXmppDialback.h b/src/server/QXmppDialback.h index 5166df51..81bf54c8 100644 --- a/src/server/QXmppDialback.h +++ b/src/server/QXmppDialback.h @@ -36,10 +36,10 @@ class QXMPP_EXPORT QXmppDialback : public QXmppStanza public: /// This enum is used to describe a dialback command. enum Command { - Result, ///< A dialback command between the originating server - ///< and the receiving server. - Verify ///< A dialback command between the receiving server - ///< and the authoritative server. + Result, ///< A dialback command between the originating server + ///< and the receiving server. + Verify ///< A dialback command between the receiving server + ///< and the authoritative server. }; QXmppDialback(); |
