aboutsummaryrefslogtreecommitdiff
path: root/connector/xmpp/xmpp.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve XMPP bridge: less flashingAlex Auvolat2020-10-101-74/+137
|
* Looks like 2FA works in facebook messenger :oAlex Auvolat2020-10-041-0/+4
|
* Notify user of stuff going on in backends (not done for FB Messenger)Alex Auvolat2020-05-041-5/+3
|
* XMPP: autorejoin MUCs when reconnectingAlex Auvolat2020-05-041-7/+26
|
* Fix revUserId (messenger) and implement search (messenger only for now)Alex Auvolat2020-03-091-0/+5
|
* Load member lists and avatar (low res) from facebookAlex Auvolat2020-02-291-1/+1
|
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-291-1/+1
|
* Fix Mattermost event deduplicationAlex Auvolat2020-02-291-8/+9
| | | | | | | | | | Mattermost assigns its own IDs to messages, thus when sending a message to Mattermost the event_seen key that has to be written must take into account that ID and not the one that we put in the event (which was the Matrix event ID) Note that for XMPP anything can be used as an ID, so using the Matrix event ID there worked, but it's actually not so good.
* Rename DbCache to DbKvAlex Auvolat2020-02-281-1/+1
|
* XMPP loggingAlex Auvolat2020-02-271-10/+9
|
* Fix maintenance of connected statusAlex Auvolat2020-02-261-0/+1
|
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-261-9/+4
|
* Try to fix stuffAlex Auvolat2020-02-261-1/+5
|
* Handle event IDs on xmpp; do not echo back messagesAlex Auvolat2020-02-261-1/+7
|
* Whoops & refactorAlex Auvolat2020-02-261-1/+1
|
* Room autorejoinAlex Auvolat2020-02-261-1/+2
|
* go fmtAlex Auvolat2020-02-231-28/+27
|
* Mattermost media objects in both ways + user/team profile pictures from MM ↵Alex Auvolat2020-02-211-0/+13
| | | | to Matrix
* Talking to Easybridge is now possible for some thingsAlex Auvolat2020-02-171-0/+5
|
* LoggingAlex Auvolat2020-02-171-7/+9
|
* Fix XMPP && transmit nicknames from bridges to matrixAlex Auvolat2020-02-171-47/+63
|
* Correctly update room topics (works on irc)Alex Auvolat2020-02-171-5/+11
|
* Logging; fix xmpp a bitAlex Auvolat2020-02-171-3/+36
|
* Basic XMPPAlex Auvolat2020-02-161-0/+274