summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/isode/stroke/parser/PlatformXMLParserFactory.java')
-rw-r--r--src/com/isode/stroke/parser/PlatformXMLParserFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/isode/stroke/parser/PlatformXMLParserFactory.java b/src/com/isode/stroke/parser/PlatformXMLParserFactory.java
index c1e44d6..000eb7f 100644
--- a/src/com/isode/stroke/parser/PlatformXMLParserFactory.java
+++ b/src/com/isode/stroke/parser/PlatformXMLParserFactory.java
@@ -16,6 +16,6 @@ public class PlatformXMLParserFactory {
* Unlike Swiften, this may be threaded, and therefore needs an eventloop.
*/
public static XMLParser createXMLParser(XMLParserClient client, EventLoop eventLoop) {
- return new PullXMLParser(client, eventLoop);
+ return new AaltoXMLParser(client, eventLoop);
}
}