Skip to content

Commit

Permalink
update rai namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Aug 25, 2023
1 parent 07e7deb commit 27d8767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/uk/ifsoft/openfire/plugins/pade/PadePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ private void notifyRoomActivity(JID subscriberJID, MUCRoom room, JID roomJID, Me
Message notification = new Message();
notification.setFrom(roomJID);
notification.setTo(subscriberJID);
Element rai = notification.addChildElement("rai", "xmpp:prosody.im/protocol/rai");
Element rai = notification.addChildElement("rai", "urn:xmpp:rai:0");
rai.addElement("activity").setText(roomJID.toString());
XMPPServer.getInstance().getRoutingTable().routePacket(subscriberJID, notification, true);
}
Expand Down

0 comments on commit 27d8767

Please sign in to comment.