diff options
Diffstat (limited to 'xmpp/gateway/gateway.go')
-rw-r--r-- | xmpp/gateway/gateway.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/gateway/gateway.go b/xmpp/gateway/gateway.go index 367a406..d4620e6 100644 --- a/xmpp/gateway/gateway.go +++ b/xmpp/gateway/gateway.go @@ -76,7 +76,7 @@ func SetNickname(to string, from string, nickname string, component *xmpp.Compon Extensions: []stanza.MsgExtension{ stanza.PubSubEvent{ EventElement: stanza.ItemsEvent{ - Node: NSNick, + Node: NSNick, Items: []stanza.ItemEvent{ stanza.ItemEvent{ Any: &stanza.Node{ |