aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-09do not include scope in ipv6 annoucmentChristian Schneppe1-1/+12
2019-09-06JET uses plain text file sizeChristian Schneppe1-2/+9
2019-09-06do not include link local in direct candidatesChristian Schneppe3-16/+12
2019-09-06make Tor connections work with direct TLSChristian Schneppe1-60/+48
2019-09-06implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2-10/+37
2019-09-06deleted wrong to jidChristian Schneppe1-1/+0
2019-09-03fix some crashesChristian Schneppe2-6/+22
2019-09-03use higher priority for proxy on receiving endChristian Schneppe2-5/+4
2019-09-03send fallback to ibb after proxy activation failedChristian Schneppe1-6/+17
2019-09-03also reply with direct connections on responseChristian Schneppe2-18/+34
2019-09-03bare minimum direct connectionsChristian Schneppe4-6/+153
2019-09-03order canditates by priority before attempting to connectChristian Schneppe2-25/+27
2019-08-31more ibb fixes (include sid in transport-accept)Christian Schneppe2-15/+25
2019-08-31fixed unlikely race between enabling carbons and discovering last MAM idChristian Schneppe1-3/+3
2019-08-31fixed pgp decryption of automatically accepted jingle ftChristian Schneppe1-10/+7
2019-08-31increased reconnection interval after policy violationChristian Schneppe1-1/+3
2019-08-31refactored filename and extension parsingChristian Schneppe1-32/+32
2019-08-31create empty disco result on error to fire advance stream features eventChristian Schneppe1-1/+14
2019-08-31fix SOCKS5 to IBB fallbackChristian Schneppe1-5/+4
2019-07-17use helper method to close socketChristian Schneppe1-10/+3
2019-07-01code cleanup & small fixesChristian Schneppe2-3/+3
2019-06-25Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe1-5/+26
2019-06-25implement client support for muc pushChristian Schneppe1-2/+2
2019-06-25fix jingle file transferChristian Schneppe3-4/+4
2019-06-22performance improvement of message expiryChristian Schneppe1-2/+2
2019-06-18self ping (xep-0410) after receiving invite to mucChristian Schneppe1-1/+1
2019-06-17disallow subsequent session-acceptChristian Schneppe1-13/+13
2019-06-17use ibb if other party doesn’t annouce s5b featureChristian Schneppe3-224/+203
2019-06-17accept direct ibb jingle offersChristian Schneppe2-15/+58
2019-06-08Networkstack - let OS decide IPv4 or IPv6 (#267)genofire1-26/+5
2019-06-08handle invalid canditates in jingleChristian Schneppe1-0/+4
2019-05-04jingle: send canditate error before fallbackChristian Schneppe1-2/+3
2019-05-04Make use of Namespace.REGISTER constantChristian Schneppe1-4/+4
2019-04-01remove logging from delete from serverChristian Schneppe1-1/+0
2019-03-31add ability to delete account also from serverChristian Schneppe1-0/+16
2019-02-21Deduplicate presencesChristian Schneppe1-1/+2
2019-02-09print available stream features / mechanisms on incompat serverChristian Schneppe1-0/+4
2019-02-08reset inviteuri after successful generationChristian Schneppe1-3/+2
2019-02-08implement adhoc invite links if server supports thisChristian Schneppe2-0/+81
2019-01-27do not require starttls when connecting over to .onion domainChristian Schneppe1-2/+2
2019-01-25properly jump out of connection loop on state changing errorsChristian Schneppe1-8/+7
2019-01-25resend presence to muc avatar updateChristian Schneppe1-0/+4
2019-01-25explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe1-1/+1
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-1/+3
2018-12-27log number of unhandled iq callbacks after resumeChristian Schneppe1-3/+4
2018-12-27log policy violation stream error message to logcatChristian Schneppe1-0/+4
2018-12-14check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe1-0/+17
2018-11-30set access model to open when publishing avatarChristian Schneppe1-0/+9
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe1-1/+1
2018-10-24reformat XmppConnection.javaChristian Schneppe1-37/+30