Pārlūkot izejas kodu

Fix XMPP plugin for parser changes.

pull/315/head
Greg Holmes 9 gadus atpakaļ
vecāks
revīzija
1b4d58ee0e

+ 8
- 0
parser_xmpp/src/com/dmdirc/addons/parser_xmpp/XmppClientInfo.java Parādīt failu

@@ -24,6 +24,9 @@ package com.dmdirc.addons.parser_xmpp;
24 24
 
25 25
 import com.dmdirc.parser.common.AwayState;
26 26
 import com.dmdirc.parser.common.BaseClientInfo;
27
+import com.dmdirc.parser.interfaces.ChannelClientInfo;
28
+
29
+import com.google.common.collect.Lists;
27 30
 
28 31
 import java.util.ArrayList;
29 32
 import java.util.Collections;
@@ -64,6 +67,11 @@ public class XmppClientInfo extends BaseClientInfo {
64 67
         return 0;
65 68
     }
66 69
 
70
+    @Override
71
+    public List<ChannelClientInfo> getChannelClients() {
72
+        return Lists.newArrayList();
73
+    }
74
+
67 75
     /**
68 76
      * Retrieves the map of known endpoints for this client.
69 77
      *

Notiek ielāde…
Atcelt
Saglabāt