diff options
| author | fiaxh <git@mx.ax.lt> | 2017-03-10 19:53:24 +0100 |
|---|---|---|
| committer | fiaxh <git@mx.ax.lt> | 2017-03-10 19:53:24 +0100 |
| commit | 24b55d83a1f9e21b028c8d5ac9778e75565f417d (patch) | |
| tree | 195b0f332e32d08e1a18fc3d8a5a6725c5ed11d7 /client/src/service/entity_capabilities_storage.vala | |
| parent | 4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (diff) | |
| parent | 29ca70a6d534e1cd79963718c793ae740318cff1 (diff) | |
| download | dino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.tar.gz | |
Merge branch 'master' of github.com:dino/dino
Diffstat (limited to 'client/src/service/entity_capabilities_storage.vala')
| -rw-r--r-- | client/src/service/entity_capabilities_storage.vala | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/client/src/service/entity_capabilities_storage.vala b/client/src/service/entity_capabilities_storage.vala deleted file mode 100644 index 9774739a..00000000 --- a/client/src/service/entity_capabilities_storage.vala +++ /dev/null @@ -1,23 +0,0 @@ -using Gee; - -using Xmpp; - -namespace Dino { - -public class EntityCapabilitiesStorage : Xep.EntityCapabilities.Storage, Object { - - private Database db; - - public EntityCapabilitiesStorage(Database db) { - this.db = db; - } - - public void store_features(string entity, ArrayList<string> features) { - db.add_entity_features(entity, features); - } - - public ArrayList<string> get_features(string entitiy) { - return db.get_entity_features(entitiy); - } -} -}
\ No newline at end of file |
