diff --git a/rpc/api/shh.go b/rpc/api/shh.go
index 9ca6f9dda475b98d5cf19745054ab700af1a447d..60e8056052fbdf08937d05a896464dcf7c8f49d5 100644
--- a/rpc/api/shh.go
+++ b/rpc/api/shh.go
@@ -38,6 +38,7 @@ var (
 		"shh_newIdentity":      (*shhApi).NewIdentity,
 		"shh_newFilter":        (*shhApi).NewFilter,
 		"shh_uninstallFilter":  (*shhApi).UninstallFilter,
+		"shh_getMessages":      (*shhApi).GetMessages,
 		"shh_getFilterChanges": (*shhApi).GetFilterChanges,
 	}
 )