Skip to content

Commit 0fc0d4f

Browse files
authored
Merge pull request #45 from toddr-bot/koan.toddr.bot/fix-issue-39
fix: add missing Roster stubs to MockJabberClient
2 parents d871e52 + 2a04875 commit 0fc0d4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/lib/MockJabberClient.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ sub Send {;} # Used for IQ. need to see if we need to put something here.
117117

118118
sub Subscription {;} # Used to process JabberPresenceMessages we don't really use this data at the moment.
119119
sub RosterGet {;}
120+
sub RosterDB {;}
121+
sub RosterRequest {;}
122+
sub RosterDBJIDs { return (); }
120123
sub PresenceDB {;}
121124
sub PresenceDBParse{;}
122125
sub RosterDB {;}

0 commit comments

Comments
 (0)