From f2aadfefa283aafc88131c643b97acd28989ac20 Mon Sep 17 00:00:00 2001 From: Cochise César Date: Mon, 10 Jan 2022 01:27:06 -0300 Subject: Implement XEP-0080: User Location --- src/base/QXmppConstants.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/base/QXmppConstants.cpp') 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 -- cgit v1.2.3