Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
fa071309
Commit
fa071309
authored
Jun 06, 2014
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Little doc fix
parent
be626554
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
doc/biboumi.1.md
doc/biboumi.1.md
+17
-6
No files found.
doc/biboumi.1.md
View file @
fa071309
...
...
@@ -102,13 +102,18 @@ entity.
IRC channels and IRC users JIDs have a localpart formed like this:
`name`
, the
`'%'`
separator and the
`irc_server`
.
If the IRC channel you want to adress starts with the
`'#'`
character (or
less frequently, but still valid, one of
`'&'`
,
`'+'`
or
`'!'`
), then you
must include it in the JID. Some other gateway implementations, as well
as
some IRC clients, do not require them to be started by one of these
If the IRC channel you want to adress starts with the
`'#'`
character (or
an
other character, announced by the IRC server, like
`'&'`
,
`'+'`
or
`'!'`
),
then you must include it in the JID. Some other gateway implementations,
as
well as
some IRC clients, do not require them to be started by one of these
characters, adding an implicit
`'#'`
in that case. Biboumi does not do that
because this gets confusing when trying to understand the difference between
the channels
*foo*
,
*#foo*
, and
*##foo*
.
the channels
*#foo*
, and
*##foo*
.
The name part can also be empty (for example
`%irc.example.com`
), in that
case this represents the virtual channel provided by biboumi. See
*
Connect
to an IRC server
*
for more details.
On XMPP, the node part of the JID can only be lowercase. On the other hand,
IRC nicknames are case-insensitive, this means that the nicknames toto,
...
...
@@ -121,7 +126,13 @@ Examples:
irc.example.com IRC server, and this is served by the biboumi instance on
biboumi.example.com
`toto.example.com@biboumi.example.com`
is the IRC user named toto, or TotO, etc.
`toto%irc.example.com@biboumi.example.com`
is the IRC user named toto, or
TotO, etc.
`irc.example.com@biboumi.example.com`
is the IRC server irc.example.com.
`%irc.example.com@biboumi.example.com`
is the virtual channel provided by
biboumi, for the IRC server irc.example.com.
If compiled with Libidn, an IRC user has a bare JID representing the
“hostname” provided by the IRC server. This JID can only be used to set IRC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment