sgx-bwmsgsv2.rb 🔗
@@ -397,7 +397,7 @@ module SGXbwmsgsv2
def self.user_cap_features
[
- "urn:xmpp:receipts",
+ "urn:xmpp:receipts"
]
end
@@ -634,6 +634,7 @@ module SGXbwmsgsv2
)
end
+ # TODO: update "User Id" x2 below (to "accountId"?), and others?
n1 = Nokogiri::XML::Node.new(
'instructions', msg.document
)