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
6bbab9d9
Commit
6bbab9d9
authored
Aug 16, 2016
by
louiz’
Browse files
Add ping to the disco info of the gateay
parent
487b80ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xmpp/biboumi_component.cpp
View file @
6bbab9d9
...
...
@@ -558,7 +558,7 @@ void BiboumiComponent::send_self_disco_info(const std::string& id, const std::st
identity
[
"type"
]
=
"irc"
;
identity
[
"name"
]
=
"Biboumi XMPP-IRC gateway"
;
query
.
add_child
(
std
::
move
(
identity
));
for
(
const
char
*
ns
:
{
DISCO_INFO_NS
,
MUC_NS
,
ADHOC_NS
})
for
(
const
char
*
ns
:
{
DISCO_INFO_NS
,
MUC_NS
,
ADHOC_NS
,
PING_NS
})
{
XmlNode
feature
(
"feature"
);
feature
[
"var"
]
=
ns
;
...
...
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