Mercurial > prosody-modules
comparison mod_pubsub_github/README.markdown @ 3258:85e3117b2b60
mod_pubsub_github/README: Note that it might work with Gitlab as well
Guess based on looking at this documentation:
https://developer.github.com/v3/activity/events/types/#pushevent
https://docs.gitlab.com/ee/system_hooks/system_hooks.html#push-events
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 24 Aug 2018 16:28:48 +0200 |
parents | 4d73a1a6ba68 |
children | f48bedd1d433 |
comparison
equal
deleted
inserted
replaced
3257:f09d92579158 | 3258:85e3117b2b60 |
---|---|
8 | 8 |
9 This module accepts Github web hooks and publishes them to a local | 9 This module accepts Github web hooks and publishes them to a local |
10 pubsub component for XMPP clients to subscribe to. | 10 pubsub component for XMPP clients to subscribe to. |
11 | 11 |
12 Entries are pushed as Atom payloads. | 12 Entries are pushed as Atom payloads. |
13 | |
14 It may also work with Gitlab. | |
13 | 15 |
14 Configuration | 16 Configuration |
15 ------------- | 17 ------------- |
16 | 18 |
17 Load the module on a pubsub component: | 19 Load the module on a pubsub component: |