XMPP connection issue on IOS using Swift

前端 未结 2 1867
眼角桃花
眼角桃花 2021-01-24 09:27

I am trying to use the XMPP framework(https://github.com/robbiehanson/XMPPFramework) using swift. I am new to swift

    class ViewController: UIViewController {         


        
2条回答
  •  孤独总比滥情好
    2021-01-24 09:57

    Remember the connection takes some seconds to be established. Use the other delegate methods to track the state of the connection.

提交回复
热议问题