towers are constructable
[scpubgit/Clifton.git] / lib / App / Clifton / ChainSetByJabberUser.pm
diff --git a/lib/App/Clifton/ChainSetByJabberUser.pm b/lib/App/Clifton/ChainSetByJabberUser.pm
new file mode 100644 (file)
index 0000000..138e51f
--- /dev/null
@@ -0,0 +1,11 @@
+package App::Clifton::ChainSetByJabberUser;
+
+use aliased 'App::Clifton::Chain';
+use Moo;
+
+with 'App::Clifton::Set';
+
+sub _set_of_class { Chain }
+sub _set_over { 'jabber_user' }
+
+1;