mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Add missing GCM namespace in experimental.providers
This commit is contained in:
parent
0408d075b7
commit
a3de2ecc25
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue