diff options
Diffstat (limited to 'src/base/QXmppConstants.cpp')
| -rw-r--r-- | src/base/QXmppConstants.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/QXmppConstants.cpp b/src/base/QXmppConstants.cpp index d6e46ae6..b738341b 100644 --- a/src/base/QXmppConstants.cpp +++ b/src/base/QXmppConstants.cpp @@ -58,6 +58,9 @@ const char *ns_register_feature = "http://jabber.org/features/iq-register"; // XEP-0078: Non-SASL Authentication const char *ns_auth = "jabber:iq:auth"; const char *ns_authFeature = "http://jabber.org/features/iq-auth"; +// XEP-0080: User Location +const char *ns_geoloc = "http://jabber.org/protocol/geoloc"; +const char *ns_geoloc_notify = "http://jabber.org/protocol/geoloc+notify"; // XEP-0085: Chat State Notifications const char *ns_chat_states = "http://jabber.org/protocol/chatstates"; // XEP-0091: Legacy Delayed Delivery |
