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
c6749ecc
Commit
c6749ecc
authored
Oct 02, 2018
by
Jonas Schäfer
Committed by
louiz’
Oct 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make comment more precise
parent
f831978a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/bridge/bridge.hpp
src/bridge/bridge.hpp
+1
-1
No files found.
src/bridge/bridge.hpp
View file @
c6749ecc
...
...
@@ -164,7 +164,7 @@ public:
void
send_room_history
(
const
std
::
string
&
hostname
,
const
std
::
string
&
chan_name
,
const
HistoryLimit
&
history_limit
);
void
send_room_history
(
const
std
::
string
&
hostname
,
std
::
string
chan_name
,
const
std
::
string
&
resource
,
const
HistoryLimit
&
history_limit
);
/**
* Send a
MUC message from some participant
* Send a
message from a MUC participant or a direct message
*/
void
send_message
(
const
Iid
&
iid
,
const
std
::
string
&
nick
,
const
std
::
string
&
body
,
const
bool
muc
,
const
bool
log
=
true
);
/**
...
...
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