Commit Graph

245 Commits

Author SHA1 Message Date
dbba0e726a xmpp: Wrap closing socket in try-catch 2022-07-26 13:55:40 +02:00
07269aca48 xmpp: Send SFS and OOB data after upload 2022-07-26 13:55:40 +02:00
8bfe591a7b meta: Badly plumb in HTTP File Upload 2022-07-26 13:55:40 +02:00
6ae8102fae meta: Fix style issues 2022-07-23 15:27:11 +02:00
d2ba743f2e xmpp: Flush before closing the socket 2022-07-23 15:22:34 +02:00
6ab3d05a3f xmpp: Add _isResumed attribute 2022-07-23 15:22:10 +02:00
be3d41b3ff xmpp: Fix connectAwaitable not working 2022-07-23 13:11:03 +02:00
164bac6de5 xmpp: Fix the resume attribute of XmppConnectionState 2022-07-21 23:31:11 +02:00
a72a1eeab5 xmpp: Fix roster negotiator constructor 2022-07-21 23:21:38 +02:00
cc290aa5c4 style: Fix linter warnings 2022-07-19 20:22:59 +02:00
3bb6c457d6 xmpp: Fix stream resumption 2022-07-19 20:21:26 +02:00
0908ef8add xmpp: Fix loop in SM negotiation
Fix infinite loop caused by the SM negotiator creating a feedback
loop if the initial resume fails.
2022-07-19 20:02:16 +02:00
c2c11fc3c3 xmpp: Fix Stream Management 2022-07-18 22:03:30 +02:00
0bc856ec47 xmpp: Make getNegotiatorById behave like getManagerById 2022-07-18 20:05:32 +02:00
bbd4162488 xmpp: Fix switching xmlns and negotiator id 2022-07-18 19:58:03 +02:00
7be5ddb16f xmpp: Fix the connection state never getting set to connected 2022-07-18 19:54:36 +02:00
9d9b4bba96 xmpp: Add more logging in relation to pinging 2022-07-18 17:58:16 +02:00
686124dd6d service: Fix crash on connectivity change 2022-07-18 17:53:37 +02:00
c73c477c79 xmpp: Redact outgoing SASL data 2022-07-17 22:26:08 +02:00
9c7bc7fb1d style: Fix destroying socket 2022-07-17 22:02:58 +02:00
d01b46934f style: Add trailing commas 2022-07-17 22:02:20 +02:00
3b60b2acaa style: Fix warnings for JID 2022-07-17 21:50:42 +02:00
08d83d6b0a xmpp: Allow destroying the socket 2022-07-17 21:30:50 +02:00
dc8e8ff882 style: Migrate to very_good_analysis 2022-07-17 21:20:57 +02:00
294dce22d9 style: Move lib/xmpp over to very_good_analysis 2022-07-17 14:55:16 +02:00
6335d85d4c xmpp: Fix small issues 2022-07-17 11:51:47 +02:00
03ce942364 ui: Fix the GetFeaturesEvent 2022-07-17 11:48:59 +02:00
de468563fc xmpp: Perform disco sweep after negotiation 2022-07-17 11:28:40 +02:00
a37cf62f70 style: Fix accidental ';' 2022-07-16 21:44:26 +02:00
d7791b275d xmpp: Fix a weird timing issue with ack counting while logging 2022-07-16 21:37:48 +02:00
1cbb20f90c xmpp: Add test for negotiation behaviour 2022-07-16 21:21:34 +02:00
77bed4f848 xmpp: Refuse to do SASL on insecure connection 2022-07-16 19:44:50 +02:00
0ea12f3e56 xmpp: Implement a StartTLS negotiator 2022-07-16 19:40:19 +02:00
34f2b96b94 xmpp: Add a Stream Management negotiator 2022-07-16 19:27:01 +02:00
f116c93311 xmpp: Fix style issues 2022-07-16 18:46:19 +02:00
44c5a108ee test: Uncomment all xmpp_test tests 2022-07-16 18:42:45 +02:00
4b080104a2 xmpp: Fix test 2022-07-16 13:22:09 +02:00
0c1f4e7c6c xmpp: Fix resource binding 2022-07-16 13:09:35 +02:00
49b8e57ba5 xmpp: Reset negotiators when connecting 2022-07-15 22:10:23 +02:00
2aca85f802 xmpp: Migrate code to negotiators 2022-07-15 22:07:57 +02:00
b03489ed20 xmpp: Remove unused files 2022-07-15 21:44:04 +02:00
4fdcb20cbd xmpp: Move Sasl code into the negotiators directory 2022-07-15 21:33:04 +02:00
89dc2729bf xmpp: Give negotiators an Id 2022-07-15 21:30:20 +02:00
49c3324340 style: Fix linter warnings 2022-07-15 21:19:58 +02:00
bcac7125aa xmpp: Fix warning about missing cases 2022-07-15 21:12:12 +02:00
71c442c06c xmpp: Migrate scram to the negotiator design 2022-07-15 21:09:33 +02:00
d3a70f5164 xmpp: Make SASL kinda work 2022-07-15 20:39:10 +02:00
aa2580a919 xmpp: Implement the basic negotiator system 2022-07-15 19:27:28 +02:00
edad4c3657 xmpp: Get the negotiator skeleton 2022-07-14 22:38:07 +02:00
f9a62468d8 xmpp: Fix reply() not including any children 2022-06-26 12:05:54 +02:00