mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Use non-deprecated method in DelayInformationManager
This commit is contained in:
parent
b945e591ff
commit
13f4f36995
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class DelayInformationManager {
|
|||
* @return the Delayed Delivery information or <code>null</code>
|
||||
*/
|
||||
public static DelayInformation getXep203DelayInformation(Packet packet) {
|
||||
return DelayInformation.getFrom(packet);
|
||||
return DelayInformation.from(packet);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue