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
98
Issues
98
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
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
996a827a
Commit
996a827a
authored
Apr 15, 2014
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the new dummy channel, and how biboumi creates and closes connections
parent
fbcce3c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/biboumi.1.md
doc/biboumi.1.md
+15
-0
No files found.
doc/biboumi.1.md
View file @
996a827a
...
...
@@ -111,6 +111,21 @@ If compiled with Libidn, an IRC user has a bare JID representing the
To join an IRC channel
`#foo`
on the IRC server
`irc.example.com`
,
join the XMPP MUC
`#foo%irc.example.com@hostname`
.
### Connect to an IRC server
The connection to the IRC server is automatically made when the user tries
to join any channel on that IRC server. The connection is closed whenever
the last channel on that server is left by the user. To be able to stay
connected to an IRC server without having to be in a real IRC channel,
biboumi provides a virtual channel on the jid
`%irc_serve@biboumi.example.com`
. For example if you want to join the
channel
`#foo`
on the server
`irc.example.com`
, but you need to authenticate
to a bot of the server before you can join it, you can first join the room
`%irc.example.com@biboumi.example.net`
(this will effectively connect you to
the IRC server without joining any room), then send your authentication
message to the user
`bot%irc.example.com@biboumi.example.net" and finally
join the room `
#foo%irc.example.com@biboumi.example.net
`.
### Channel messages
On XMPP, unlike on IRC, the displayed order of the messages is the same for
...
...
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