Skip to content

Files

Latest commit

6ffc98f · Feb 26, 2019

History

History
28 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

28 lines (12 loc) · 471 Bytes

MQTTClient_IM

IM-based chat encapsulation based on MQTTClient

//init

  • (instancetype)initMQTTWith:(NSString *)strName;

//send message

  • (void)sendMessageWith:(NSString *)strMessage WithTpoic:(NSString *)strTopic WithSendUserName:(NSString *)strName;

//disConnect

  • (void)disMQTTConnect;

//addTopic

  • (void)addTopicWithName:(NSString *)strTopic isGroup:(BOOL)isGroup;

//removeTopic

  • (void)deleteTopicWithName:(NSString *)strTopic isGroup:(BOOL)isGroup;