mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-11 10:09:38 +02:00
Bump jxmpp to 0.5.0-alpha5 and change Roster API
to only allow bare JIDs as roster entires.
This commit is contained in:
parent
2f219c7317
commit
58402c5615
16 changed files with 111 additions and 114 deletions
|
@ -67,7 +67,7 @@ public class DummyConnection extends AbstractXMPPConnection {
|
|||
|
||||
private EntityFullJid getUserJid() {
|
||||
try {
|
||||
return JidCreate.fullFrom(config.getUsername()
|
||||
return JidCreate.entityFullFrom(config.getUsername()
|
||||
+ "@"
|
||||
+ config.getXMPPServiceDomain()
|
||||
+ "/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue