mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 18:48:00 +01:00
SMACK-403 Correct location of the Forwarded Provider
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13412 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
2a1f4e8376
commit
7fa65f74ed
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@
|
|||
<extensionProvider>
|
||||
<elementName>forwarded</elementName>
|
||||
<namespace>urn:xmpp:forward:0</namespace>
|
||||
<className>org.jivesoftware.smackx.packet.Forwarded$Provider</className>
|
||||
<className>org.jivesoftware.smackx.forward.Forwarded$Provider</className>
|
||||
</extensionProvider>
|
||||
|
||||
<!-- XEP-0280 Message Carbons -->
|
||||
|
|
Loading…
Reference in a new issue