1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24:50 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
Florian Schmaus 0d890623c7 Make getMultipleRecipientServiceAddress more robust
to avoid

feature-not-implemented
	at org.jivesoftware.smack.PacketCollector.nextResultOrThrow(PacketCollector.java:182)
	at org.jivesoftware.smack.PacketCollector.nextResultOrThrow(PacketCollector.java:161)
	at org.jivesoftware.smackx.disco.ServiceDiscoveryManager.discoverItems(ServiceDiscoveryManager.java:573)
	at org.jivesoftware.smackx.address.MultipleRecipientManager.getMultipleRecipienServiceAddress(MultipleRecipientManager.java:310)
 	at org.jivesoftware.smackx.address.MultipleRecipientManager.send$7a184d34(MultipleRecipientManager.java:82)

for e.g. Google Apps XMPP services.

This is not to be merged in master/4.1 branch as it already contains a
similar fix.
2014-08-10 17:22:00 +02:00
..
address Make getMultipleRecipientServiceAddress more robust 2014-08-10 17:22:00 +02:00
amp Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
attention/packet Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
bookmarks Properly escape Bookmarks and FormField XML 2014-06-19 16:52:19 +02:00
bytestreams Throw IAE if invalid port number is given for Socks5Proxy 2014-08-05 09:33:20 +02:00
caps Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
chatstates Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
commands Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
delay Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
disco Fix NPE in DiscoverInfo.Identities XmlStringBuilder 2014-05-07 12:46:24 +02:00
filetransfer Reply correct error code on XEP-65 Stream rejection 2014-07-12 13:52:54 +02:00
forward Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
iqlast Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
iqprivate Properly escape Bookmarks and FormField XML 2014-06-19 16:52:19 +02:00
iqversion Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
jiveproperties Extend JivePropertiesManager 2014-04-28 20:23:26 +02:00
muc s/JEP/XEP/ 2014-06-14 11:48:46 +02:00
nick/packet Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
offline Make getMessages() set up collector *before* sending the request 2014-08-04 12:21:37 +02:00
pep Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ping Fix PingManager, use 'nextPingIn' to schedule 2014-06-12 18:43:51 +02:00
privacy Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
pubsub Fix Typo: s/isSubscibe/isSubscribe/ in ConfigureForm 2014-08-01 23:15:46 +02:00
receipts Improve DeliveryReceipt code, add javadoc 2014-07-13 11:39:01 +02:00
search s/JEP/XEP/ 2014-06-14 11:48:46 +02:00
sharedgroups Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
shim Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
si Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
time Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
vcardtemp s/JEP/XEP/ 2014-06-14 11:48:46 +02:00
xdata Fix FormField.Option.toXML() to use correct element 2014-07-30 21:58:10 +02:00
xevent Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
xhtmlim s/JEP/XEP/ 2014-06-14 11:48:46 +02:00