summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-02-10 15:29:44 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-02-10 15:29:44 (GMT)
commit1d20eabbc32274b491b4c2bedf73d19933d97bfd (patch)
treeb5a2760b4e72a88f24041f7821e788d34a184522 /Swiften/Chat/ChatStateTracker.h
parent4d0c1d3b8a40cb74cfb30ed27a294afaa6ced56f (diff)
downloadswift-1d20eabbc32274b491b4c2bedf73d19933d97bfd.zip
swift-1d20eabbc32274b491b4c2bedf73d19933d97bfd.tar.bz2
ChatStateNotifier and tests, ready for XEP-85 support.
Diffstat (limited to 'Swiften/Chat/ChatStateTracker.h')
-rw-r--r--Swiften/Chat/ChatStateTracker.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Swiften/Chat/ChatStateTracker.h b/Swiften/Chat/ChatStateTracker.h
new file mode 100644
index 0000000..005c479
--- /dev/null
+++ b/Swiften/Chat/ChatStateTracker.h
@@ -0,0 +1,7 @@
+#pragma once
+
+namespace Swift {
+ class ChatStateTracker {
+
+ };
+}