~h-box/h-box/rewrite

« back to all changes in this revision

Viewing changes to include/xmppclient.h

  • Committer: amit
  • Date: 2010-10-26 12:42:58 UTC
  • Revision ID: amit@soni-20101026124258-r66x7ip1g9ksoe3l
Making the changes regarding the response of the remote hbox device for the action executed. A sleep of 5 sec is introduced for now but that has to be repalced with thread synchronization. Tried to remove the use of the  /tmp/device file for making the remote deivces but the implemetation was buggy and the remote device would not start if used that approach, so reverted to the old approach of using the /tmp file for making the remote devices

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        
82
82
        /// returns the Client form of xmppclient
83
83
        Client* getclient() { return client_; }
 
84
        std::string getusername() { return __username; }
84
85
        
85
86
        // virtual void handlePresence(const Presence &presence);
86
87