1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-11 22:24:50 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
adiaholic 340e186cf6 Make use of pep instead of pubsub in GeoLocationManager
This mini assignment kicked-off with replacing `pubsub` with `pep`,
but later transformed into something more.

The alterations and additions in this commit:
 a) GeoLocation.
    1) Add Documentation.
    2) Add `EMPTY_GEO_LOCATION` to be used while
       `stopPublishingGeoLocation()` is called.
 b) Add GeoLocation IntegrationTest.
 c) Add GeoLocation Listener.
 d) GeoLocationManager.
    1) Add Documentation.
    2) Replace `pubsub` with `pep`.
    3) Add methods to add-and-remove GeoLocationListeners.
    4) Enable GeoLocation by default.
 e) Add `package.info` for GeoLocation Integration Test.
2020-04-08 23:05:09 +05:30
..
address Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
admin Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
amp s/occured/occurred/ 2019-10-30 12:02:36 +01:00
attention Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
blocking Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
bob Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
bookmarks Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
bytestreams Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
caps Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
chatstates Introduce XMPPConnection.add(Message|Presence)Interceptor 2019-10-25 21:41:55 +02:00
commands Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
delay Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
disco disco: avoid boxing to Integer when not necessary 2020-03-13 16:41:27 +01:00
filetransfer s/occured/occurred/ 2019-10-30 12:02:36 +01:00
forward Remove deprecated Forwarded.getForwardedPacket() 2020-04-05 22:13:14 +02:00
geoloc Make use of pep instead of pubsub in GeoLocationManager 2020-04-08 23:05:09 +05:30
iqlast s/occured/occurred/ 2019-10-30 12:02:36 +01:00
iqprivate s/occured/occurred/ 2019-10-30 12:02:36 +01:00
iqregister Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
iqversion Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
jingle Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
jiveproperties Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
last_interaction Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
mediaelement errorprone: Enable MethodCanBeStatic 2019-09-07 23:01:39 +02:00
message_correct Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
mood Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
muc Remove deprecated GroupChatInvitation.getFrom() 2020-04-05 22:14:27 +02:00
nick Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
offline Merge pull request #366 from vanitasvitae/offlineMessage 2020-04-06 09:22:26 +02:00
pep Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
ping Rename AbstractIqBuilder subclasses to their designated names 2019-10-29 19:34:18 +01:00
privacy Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
pubsub Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
receipts Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
rsm Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
search Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
sharedgroups Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
shim Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
si Use optElement() instead of optAppend() in StreamInitiation.toXML() 2019-09-24 23:29:26 +02:00
time Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
usertune Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
vcardtemp Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
xdata Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
xdatalayout Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
xdatavalidation Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
xhtmlim Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00