diff options
author | lx <lx@FreeBSD.org> | 2014-02-12 04:20:45 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2014-02-12 04:20:45 +0800 |
commit | cb3f450975228073cccbca8dd0d61e87305e5183 (patch) | |
tree | 200e4760da3bd8bd2d33eb2d6127fc1b42e49928 /net-im/prosody/pkg-message | |
parent | 3bd4419a0b7b63879eda34e618f989bffcb52a62 (diff) | |
download | freebsd-ports-gnome-cb3f450975228073cccbca8dd0d61e87305e5183.tar.gz freebsd-ports-gnome-cb3f450975228073cccbca8dd0d61e87305e5183.tar.zst freebsd-ports-gnome-cb3f450975228073cccbca8dd0d61e87305e5183.zip |
Remove note re: IPv6. Updated luasocket enables Prosody to use it.
Diffstat (limited to 'net-im/prosody/pkg-message')
-rw-r--r-- | net-im/prosody/pkg-message | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/prosody/pkg-message b/net-im/prosody/pkg-message index 0dbd75567b9f..efbb8e0d2430 100644 --- a/net-im/prosody/pkg-message +++ b/net-im/prosody/pkg-message @@ -3,16 +3,12 @@ NOTE: - If you're running Prosody in a jail and experience problems, please add the - following to the global section of your prosody.cfg.lua: + If you're running Prosody in a jail and experience problems, please add + the following to the global section of your prosody.cfg.lua: interfaces = { 'x.x.x.x' } where 'x.x.x.x' is the public IP you wish Prosody to bind to. -ALSO NOTE: - - IPv6 support is not yet functional in this port. - --- |