summaryrefslogtreecommitdiffstats
path: root/bridge/xmpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-6/+10
| | | | Now try to reconnect every 60 seconds until forever.
* Fix tls by setting ServerName (xmpp) (#114)Josip Janžić2017-01-181-0/+1
| | | Fixes error message shown by tls: "either ServerName or InsecureSkipVerify must be specified in the tls.Config"
* Handle SkipTLSVerify for XMPP client (#106). Closes #81Stefan Haller2017-01-141-0/+5
| | | | | | * Handle SkipTLSVerify for XMPP client * Mention SkipTLSVerify for XMPP in sample config
* Do not relay empty or delayed messages (xmpp)Wim2016-11-261-1/+2
|
* Enable keepalive (xmpp)Wim2016-11-261-2/+9
|
* RefactorWim2016-11-131-29/+10
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-1/+2
|
* Refactor modifyMessageWim2016-11-041-2/+2
|
* Cleanup xmpp bridge debug/info messagesWim2016-09-201-2/+3
|
* Refactor for more flexibilityWim2016-09-181-37/+41
| | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways
* Move nickformatting into bridgeWim2016-08-201-6/+2
|
* Add Connect() to Bridger interfaceWim2016-08-201-7/+7
|
* Refactor bridge. Allows bridging between every protocolWim2016-08-141-0/+137