Sha256: fcbe12fd6fd89927ec0ca76d1981db6b335dd602201fcd3f19f047dd3fc3f454
Contents?: true
Size: 933 Bytes
Versions: 28
Compression:
Stored size: 933 Bytes
Contents
Jabber ======= Jabber posts messages to a designated Jabber group chat room. Gem Requirements ---------------- This plugin requires the following gems: ```ruby gem 'xmpp4r' ``` Hooks ----- - `after_upload` - `after_promote` Configuration ------------- ```yaml plugins: jabber: username: YOURUSER password: YOURPASSWORD nickname: Chef Bot server_name: your.jabberserver.com server_port: 5222 rooms: - engineering@your.conference.com/spork - systems@your.conference.com/spork ``` #### username Your Jabber username. - Type: `String` #### password Your Jabber password. - Type: `String` #### nickname A nickname to use in the conference room when making announcements. - Type: `String` #### server_name Your Jabber server name. - Type: `String` #### server_port Your Jabber server port number. Default: 5222 - Type: `String` #### rooms The list of rooms to post to. - Type: `Array`
Version data entries
28 entries across 28 versions & 2 rubygems