Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact Deletion is not performed on the server #1065

Open
m273d15 opened this issue Jul 20, 2020 · 1 comment
Open

Contact Deletion is not performed on the server #1065

m273d15 opened this issue Jul 20, 2020 · 1 comment
Labels
Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) Area: IntelliJ Issue affecting Saros for IntelliJ (Saros/I) Aspect: Network Issue with Saros' network layer Prio: Low Type: Bug Issue that describes an unintended behavior of Saros

Comments

@m273d15
Copy link
Contributor

m273d15 commented Jul 20, 2020

To Reproduce
Steps to reproduce the behavior:

  1. Connect
  2. Delete an entry in the contact list
  3. Disconnect and re-connect
  4. The list contains the deleted entry

Reason
The deletion throws the exception:

ERROR 13:06:30,527 [saros-XMPPContactService-ContactsThread] (XMPPContactsService.java:239) Remove of XMPPContact [bareJid=testwd, baseStatus=ContactStatus [mode=SUBSCRIPTION_PENDING, message=null], bestResource=null] was not possible
bad-request(400) Possessing 'ask' attribute is not allowed by RFC6121
	at org.jivesoftware.smack.Roster.removeEntry(Roster.java:345)
	at saros.net.xmpp.contact.XMPPContactsService.lambda$2(XMPPContactsService.java:237)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

This should be fixed with Smack >= 4.2.1

@m273d15 m273d15 added Type: Bug Issue that describes an unintended behavior of Saros Aspect: Network Issue with Saros' network layer Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) Area: IntelliJ Issue affecting Saros for IntelliJ (Saros/I) Prio: High labels Jul 20, 2020
@m273d15 m273d15 assigned m273d15 and unassigned m273d15 Jul 20, 2020
@stefaus
Copy link
Contributor

stefaus commented Jul 21, 2020

Additional Note: Reproducibility of this Bug depends on the used XMPP-Server (Version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) Area: IntelliJ Issue affecting Saros for IntelliJ (Saros/I) Aspect: Network Issue with Saros' network layer Prio: Low Type: Bug Issue that describes an unintended behavior of Saros
Projects
None yet
Development

No branches or pull requests

2 participants