bitlbee #0
Description
This program can be used as an IRC server which forwards everything you
say to people on other chat networks: Jabber (which includes Google Talk
and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
- Tags:
- applications ›
Overview
This is a charm for BitlBee, the IM to IRC gateway.
For more information on bitlbee itself, see the
documentation on the web site
Usage
To deploy Bitblee, execute the following commands:
juju bootstrap
juju deploy bitlbee
Then, expose the service to the world:
juju expose bitlbee
If you want to get the public IP/DNS, do:
juju status
Configuration
At the moment the only configuration option is the port for BitlBee to listen
on. By default, this port is 6667, but you can change it to any port you would
like.
In order to change the port, execute:
juju set bitlbee port=[portnumber]
Contact Information
Bitlbee
Configuration
- port
- (int) Port to listen on
- 6667