jabberbee

package
v0.0.0-...-42619b2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2017 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package jabberbee is a Bee that can connect to a Jabber/XMPP server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JabberBee

type JabberBee struct {
	bees.Bee
	// contains filtered or unexported fields
}

JabberBee is a Bee that can connect to a Jabber/XMPP server.

func (*JabberBee) Action

func (mod *JabberBee) Action(action bees.Action) []bees.Placeholder

Action triggers the action passed to it.

func (*JabberBee) ReloadOptions

func (mod *JabberBee) ReloadOptions(options bees.BeeOptions)

ReloadOptions parses the config options and initializes the Bee.

func (*JabberBee) Run

func (mod *JabberBee) Run(eventChan chan bees.Event)

Run executes the Bee's event loop.

type JabberBeeFactory

type JabberBeeFactory struct {
	bees.BeeFactory
}

JabberBeeFactory is a factory for JabberBees.

func (*JabberBeeFactory) Actions

func (factory *JabberBeeFactory) Actions() []bees.ActionDescriptor

Actions describes the available actions provided by this Bee.

func (*JabberBeeFactory) Description

func (factory *JabberBeeFactory) Description() string

Description returns the description of this Bee.

func (*JabberBeeFactory) Events

func (factory *JabberBeeFactory) Events() []bees.EventDescriptor

Events describes the available events provided by this Bee.

func (*JabberBeeFactory) ID

func (factory *JabberBeeFactory) ID() string

ID returns the ID of this Bee.

func (*JabberBeeFactory) Image

func (factory *JabberBeeFactory) Image() string

Image returns the filename of an image for this Bee.

func (*JabberBeeFactory) LogoColor

func (factory *JabberBeeFactory) LogoColor() string

LogoColor returns the preferred logo background color (used by the admin interface).

func (*JabberBeeFactory) Name

func (factory *JabberBeeFactory) Name() string

Name returns the name of this Bee.

func (*JabberBeeFactory) New

func (factory *JabberBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface

New returns a new Bee instance configured with the supplied options.

func (*JabberBeeFactory) Options

func (factory *JabberBeeFactory) Options() []bees.BeeOptionDescriptor

Options returns the options available to configure this Bee.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL