aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/generator (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-08use Base64.NO_WRAP instead of trim()Christian Schneppe2-5/+1
2019-12-03Disable NewLines in Base64 values (#416)FH2-7/+7
Smack gets confused and throws NullPointerException when Base64 contains newlines. Therefor disable newlines in Base64. I assume newlines in Base64 are also not expected by other implementations.
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe1-0/+14
2019-10-26bookmarks2. introduce #compat namespaceChristian Schneppe2-3/+5
2019-10-26Bookmarks2: support retractionChristian Schneppe1-0/+1
2019-10-26support for delete bookmarks2Christian Schneppe2-9/+24
2019-10-26WIP Bookmarks 2 supportChristian Schneppe2-2/+24
2019-09-19fixed direct invites after adhocChristian Schneppe1-0/+4
2019-09-13parse LMC 1.1Christian Schneppe1-2/+1
2019-09-06implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe1-0/+2
2019-08-31include pgp sig and status in presence to non anon mucChristian Schneppe1-9/+14
2019-07-17handle blocking and unblocking of full jidsChristian Schneppe1-2/+2
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe1-0/+14
when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
2019-07-01implement FCM push for group chatsChristian Schneppe1-4/+11
2019-06-25implement client support for muc pushChristian Schneppe1-7/+17
Staying connected to a MUC room hosted on a remote server can be challenging. If a server reboots it will usually send a shut down notification to all participants. However even if a client knows that a server was shut down it doesn’t know when it comes up again. In some corner cases that shut down notification might not even be delivered successfully leaving the client in a state where it thinks it is connected but it really isn’t. The possible work around implemented in this commit is to register the clients full JID (user@domain.tld/Conversations.r4nd) as an App Server according to XEP-0357 with the room. (Conversations checks for the push:0 namespace on the room.) After cycling through a reboot the first message send to a room will trigger pubsub notifications to each registered full JID. This event will be used to trigger a XEP-0410 ping and if necessary a subsequent rejoin of the MUC. If the resource has become unavailable during down time of the MUC server the user’s server will respond with an IQ error which in turn leads to the MUC server disabling that push target. Leaving a MUC will send a `disable` command. If sending that disable command failed for some reason (network outage) and the client receives a pubsub notification for a room it is no longer joined in it will respond with an item-not-found IQ error which also disables subsequent pushes from the server. Note: We 0410-ping before a join to avoid unnecessary full joins which can be quite costly. Further client side optimizations will also suppress pings when a ping is already in flight to further save traffic.
2019-06-17use ibb if other party doesn’t annouce s5b featureChristian Schneppe1-2/+2
2019-05-04Make use of Namespace.REGISTER constantChristian Schneppe1-1/+1
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-2/+2
2019-02-21Deduplicate presencesChristian Schneppe1-6/+4
possibly fixes #303
2019-02-07show different room settings for channels and groupsChristian Schneppe1-0/+3
2019-02-07provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe1-1/+14
2019-01-03rename functions and variables for room destructionChristian Schneppe1-1/+1
2018-12-27deduplicate disco responseChristian Schneppe1-1/+0
fixes #283
2018-11-30transmit display name (nick) in subscription requestsChristian Schneppe1-1/+9
2018-11-30set access model to open when publishing avatarChristian Schneppe1-4/+4
2018-11-23added interface to edit nickChristian Schneppe2-3/+10
2018-11-15do not show up navigation in start conversation screen if called with view ↵Christian Schneppe1-1/+5
intent
2018-08-26add id="current" on every published PEP itemChristian Schneppe1-0/+3
This makes sure even misconfigured PEP nodes still get only one item, as defined in XEP-0060 §12.20.
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe2-2/+10
2018-07-09store own affiliation and role to diskChristian Schneppe1-1/+1
2018-07-09standards. right?Christian Schneppe1-2/+3
2018-07-09support mam:1Christian Schneppe1-2/+2
2018-06-17use Tor on http upload is account uses onion domainChristian Schneppe3-13/+14
2018-06-16permit empty values for subject and roster nameChristian Schneppe1-3/+1
2018-05-26add support for S3 file transfersChristian Schneppe2-18/+53
2018-05-17changed command paramater for new push serverChristian Schneppe1-1/+1
2018-05-17changed jid of push serverChristian Schneppe1-1/+1
2018-05-17do not use end in catchup mam queriesChristian Schneppe1-3/+7
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-5/+13
2018-05-05improved logging for node configuration changeChristian Schneppe1-1/+1
2018-04-30very much unoptimized search functionalityChristian Schneppe1-2/+3
2018-04-29always include omemo fallback messageChristian Schneppe1-3/+1
2018-04-12added prosodys enable archive to default room configChristian Schneppe1-0/+1
2018-04-12sync roster to disk after roster pushChristian Schneppe1-5/+3
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-2/+2
2018-04-02migrate to xmpp-addrChristian Schneppe3-21/+21
2018-03-17set messenger identity correctlyChristian Schneppe1-1/+1
2018-01-29support new http upload namespaceChristian Schneppe1-5/+3
2018-01-27improvements for self messagesChristian Schneppe1-1/+2
* fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe1-2/+1