diff options
| author | Cochise César <cochisecesar@zoho.com> | 2022-01-10 01:27:06 -0300 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-09 18:29:46 +0100 |
| commit | f2aadfefa283aafc88131c643b97acd28989ac20 (patch) | |
| tree | 2c5bfcf4f3634ba4435151ad1ba51321691d6ae4 /src/base/QXmppConstants.cpp | |
| parent | a69475d8b196605b19e532d62d1fc375630ea8f1 (diff) | |
| download | qxmpp-f2aadfefa283aafc88131c643b97acd28989ac20.tar.gz | |
Implement XEP-0080: User Location
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 |
