Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. SimpleEventLoop eventLoop;
  2. BoostNetworkFactories networkFactories(&eventLoop);
  3.  
  4. int main(int argc, char* argv[]) {
  5.     if (argc != 4) {
  6.         std::cerr << "Usage: " << argv[0] << " <jid> <password> <muc>" << std::endl;
  7.         return -1;
  8.     }
  9.     return exitCode;
  10. }
Add Comment
Please, Sign In to add comment