From f9e70fa656edc0af4477a90d3ec9122faa9bce15 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 28 Dec 2013 17:16:35 +0100 Subject: Previous commit with get/set --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index 9c99fb26..a2e59aa4 100644 --- a/src/core.py +++ b/src/core.py @@ -2531,7 +2531,7 @@ class Core(object): try: stanza = StanzaBase(self.xmpp, xml=ET.fromstring(arg)) if stanza.xml.tag == 'iq' and \ - stanza.xml.attrib.get('type') == 'get' and \ + stanza.xml.attrib.get('type') in ('get', 'set') and \ stanza.xml.attrib.get('id'): iq_id = stanza.xml.attrib.get('id') -- cgit v1.2.3