Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
350d48a5
Commit
350d48a5
authored
Jun 15, 2016
by
Link Mauve
Browse files
Fix typo in bridge.hpp
parent
c1f678e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bridge/bridge.hpp
View file @
350d48a5
...
...
@@ -54,7 +54,7 @@ public:
const
std
::
string
&
get_jid
()
const
;
std
::
string
get_bare_jid
()
const
;
static
Xmpp
::
body
make_xmpp_body
(
const
std
::
string
&
str
,
const
std
::
string
&
encodin
=
"ISO-8859-1"
);
static
Xmpp
::
body
make_xmpp_body
(
const
std
::
string
&
str
,
const
std
::
string
&
encodin
g
=
"ISO-8859-1"
);
/***
**
** From XMPP to IRC.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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