1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00

Add missing GCM namespace in experimental.providers

This commit is contained in:
Florian Schmaus 2014-10-31 00:24:13 +01:00
parent 0408d075b7
commit a3de2ecc25

View file

@ -48,7 +48,7 @@
<!-- GCM JSON payload -->
<extensionProvider>
<elementName>gcm</elementName>
<namespace></namespace>
<namespace>google:mobile:data</namespace>
<className>org.jivesoftware.smackx.gcm.provider.GcmExtensionProvider</className>
</extensionProvider>