[Pidgin] #1494: XMPP: Pidgin should respond to XMPP Pings (XEP-0199)
Pidgin
trac at pidgin.im
Sat Jun 16 01:21:21 EDT 2007
#1494: XMPP: Pidgin should respond to XMPP Pings (XEP-0199)
---------------------------+------------------------------------------------
Reporter: fmoo | Owner:
Type: patch | Status: new
Priority: minor | Milestone:
Component: pidgin (gtk) | Version: 2.0.1
Resolution: | Keywords: xmpp, ping, xep-0199
Pending: 0 |
---------------------------+------------------------------------------------
Comment (by doconnor):
Also; (really minor), ping.c,
{{{
xmlnode_set_attrib(iq->node, "to", xmlnode_get_attrib(packet,
"from") );
}}}
should be
{{{
xmlnode_set_attrib(iq->node, "to", xmlnode_get_attrib(packet,
"from"));
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/1494#comment:3>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list