1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

Add Support for XEP-80: User Location

SMACK-610
This commit is contained in:
Ishan Khanna 2015-03-13 10:08:21 +04:00 committed by Florian Schmaus
parent e126469003
commit 0d8f3185e5
8 changed files with 1021 additions and 0 deletions

View file

@ -493,4 +493,11 @@
<namespace>http://jabber.org/protocol/rsm</namespace>
<className>org.jivesoftware.smackx.rsm.provider.RSMSetProvider</className>
</extensionProvider>
<!-- XEP-0080: User Location -->
<extensionProvider>
<elementName>geoloc</elementName>
<namespace>http://jabber.org/protocol/geoloc</namespace>
<className>org.jivesoftware.smackx.geoloc.provider.GeoLocationProvider</className>
</extensionProvider>
</smackProviders>