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
b660a473
Commit
b660a473
authored
Jan 22, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grammar: than <-> as
parent
5d801ddc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/biboumi.1.rst
doc/biboumi.1.rst
+1
-1
src/bridge/bridge.cpp
src/bridge/bridge.cpp
+1
-1
No files found.
doc/biboumi.1.rst
View file @
b660a473
...
...
@@ -297,7 +297,7 @@ On XMPP, unlike on IRC, the displayed order of the messages is the same for
all participants of a MUC. Biboumi can not however provide this feature, as
it cannot know whether the IRC server has received and forwarded the
messages to other users. This means that the order of the messages
displayed in your XMPP client may not be the same
than
the order on other
displayed in your XMPP client may not be the same
as
the order on other
IRC users’.
History
...
...
src/bridge/bridge.cpp
View file @
b660a473
...
...
@@ -1029,7 +1029,7 @@ void Bridge::send_xmpp_ping_request(const std::string& nick, const std::string&
const
std
::
string
&
id
)
{
// Use revstr because the forwarded ping to target XMPP user must not be
// the same
that
the request iq, but we also need to get it back easily
// the same
as
the request iq, but we also need to get it back easily
// (revstr again)
// Forward to the first resource (arbitrary, based on the “order” of the std::set) only
const
auto
resources
=
this
->
resources_in_server
[
hostname
];
...
...
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