aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/iq.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-05-20 23:02:45 +0200
committerMarius Halden <marius.h@lden.org>2016-05-20 23:02:45 +0200
commit36e282c49b0dc22ea31c157cf9f8268d44814e06 (patch)
tree384d97562fb4a66b46566522765891ab4284ef7b /protocols/jabber/iq.c
parentdbb146b273dccad03e1aa5561926b808e104e3f0 (diff)
parentd3b99b6f68a7b030c653c4086de7bbba76a30636 (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/jabber/iq.c')
-rw-r--r--protocols/jabber/iq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c
index a001ce8c..2fa418fe 100644
--- a/protocols/jabber/iq.c
+++ b/protocols/jabber/iq.c
@@ -66,7 +66,6 @@ xt_status jabber_pkt_iq(struct xt_node *node, gpointer data)
if (strcmp(s, XMLNS_VERSION) == 0) {
xt_add_child(reply, xt_new_node("name", set_getstr(&ic->acc->set, "user_agent"), NULL));
xt_add_child(reply, xt_new_node("version", BITLBEE_VERSION, NULL));
- xt_add_child(reply, xt_new_node("os", ARCH, NULL));
} else if (strcmp(s, XMLNS_TIME_OLD) == 0) {
time_t time_ep;
char buf[1024];