merge "Use a standard gateway type" - XEP-0030 fix

Denver Gingerich created

I must not have looked at the spec when I wrote this disco value; it
seems pretty clear that "sms" is indeed the right string to use:

https://xmpp.org/registrar/disco-categories.html#gateway

See merge request !4 for the discussion and details behind this merge.

Change summary

sgx-catapult.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

sgx-catapult.rb 🔗

@@ -546,7 +546,7 @@ module SGXcatapult
 		msg = i.reply
 		msg.identities = [{
 			name: 'Soprani.ca Gateway to XMPP - Catapult',
-			type: 'sms-ctplt', category: 'gateway'
+			type: 'sms', category: 'gateway'
 		}]
 		msg.features = [
 			"jabber:iq:register",